Uses of Interface
com.jeffpalm.util.Lambda

Packages that use Lambda
com.jeffpalm.util   
 

Uses of Lambda in com.jeffpalm.util
 

Classes in com.jeffpalm.util that implement Lambda
 class SingleArgConstructor
           
 

Methods in com.jeffpalm.util with parameters of type Lambda
 void Loops.foreach(Lambda f, java.util.Collection list)
           
 java.util.Collection Loops.map(Lambda f, java.util.Collection list)