|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- R
- public interface Function<T,R>
Generic function interface to map from one type to another.
This can be used with the Iterables methods to transform lists of objects.
Method Summary | |
---|---|
R |
apply(T from)
Apply a value to this function |
Method Detail |
---|
R apply(T from)
from
- the input item
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |