Uses of Interface
org.ckkloverdos.function.IFunction

Packages that use IFunction
org.ckkloverdos.collection   
org.ckkloverdos.function   
 

Uses of IFunction in org.ckkloverdos.collection
 

Methods in org.ckkloverdos.collection with parameters of type IFunction
 IL L.map(IFunction function)
          Returns a new list containing all the elements of this list, mapped by function.
 IL IL.map(IFunction function)
          Returns a new list containing all the elements of this list, mapped by function.
 IL L.map(IFunction function, java.lang.Object hints)
          Returns a new list containing all the elements of this list, mapped by function.
 IL IL.map(IFunction function, java.lang.Object hints)
          Returns a new list containing all the elements of this list, mapped by function.
 

Uses of IFunction in org.ckkloverdos.function
 

Subinterfaces of IFunction in org.ckkloverdos.function
 interface IFilterFunction
          A combination of IFilter and IFunction.
 



Copyright © 1999-2007 Christos KK Loverdos. All Rights Reserved.