|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Function | |
---|---|
ch.elca.el4j.util.codingsupport | |
ch.elca.el4j.util.collections | |
ch.elca.el4j.util.collections.impl |
Uses of Function in ch.elca.el4j.util.codingsupport |
---|
Methods in ch.elca.el4j.util.codingsupport with parameters of type Function | ||
---|---|---|
static
|
CollectionUtils.mapped(List<T> list,
Function<? super T,O> function)
Convenience method returning a TransformedList view to the
supplied list. |
Uses of Function in ch.elca.el4j.util.collections |
---|
Methods in ch.elca.el4j.util.collections with parameters of type Function | ||
---|---|---|
|
ExtendedList.mapped(Function<? super T,O> function)
Convenience method returning a TransformedList view to this
list. |
Uses of Function in ch.elca.el4j.util.collections.impl |
---|
Methods in ch.elca.el4j.util.collections.impl with parameters of type Function | ||
---|---|---|
|
DefaultTransformedList.mapped(Function<? super O,T> function)
Convenience method returning a TransformedList view to this
list. |
|
|
DefaultFilteredList.mapped(Function<? super T,O> function)
Convenience method returning a TransformedList view to this
list. |
|
|
ExtendedArrayList.mapped(Function<? super T,O> function)
Convenience method returning a TransformedList view to this
list. |
Constructors in ch.elca.el4j.util.collections.impl with parameters of type Function | |
---|---|
DefaultTransformedList(List<? extends I> backing,
Function<? super I,O> function)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |