|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionUtils.MapFunction | |
---|---|
eu.lindenbaum.maven.util |
Uses of CollectionUtils.MapFunction in eu.lindenbaum.maven.util |
---|
Methods in eu.lindenbaum.maven.util with parameters of type CollectionUtils.MapFunction | ||
---|---|---|
static
|
CollectionUtils.map(CollectionUtils.MapFunction<A,B> f,
Collection<A> as)
Maps a collection with elements of type A to a collection of type B, where the resulting elements are generated by applying the function f to each element of the given collection. |
|
static
|
CollectionUtils.map(CollectionUtils.MapFunction<com.ericsson.otp.erlang.OtpErlangObject,B> f,
com.ericsson.otp.erlang.OtpErlangList as)
Maps an OtpErlangList with elements of type OtpErlangObject
to a collection of type B, where the resulting elements are generated by
applying the function f to each element of the given collection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |