Uses of Class
com.jeffpalm.util.Function.Int

Packages that use Function.Int
com.jeffpalm.util   
 

Uses of Function.Int in com.jeffpalm.util
 

Methods in com.jeffpalm.util with parameters of type Function.Int
 java.util.Collection Loops.buildList(int n, Function.Int f)
           
 void Loops.foreach(Function.Int f, Range r)