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 . |