|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
S
- The argument type for the function.T
- The return type for the function.public interface Function<S,T>
A convenience typedef that ties into both google's Function
and
ExceptionalFunction
.
Method Summary | |
---|---|
T |
apply(S item)
Performs a unit of work on item, possibly throwing E in the process. |
Methods inherited from interface com.google.common.base.Function |
---|
equals |
Method Detail |
---|
T apply(S item)
ExceptionalFunction
E
in the process.
apply
in interface ExceptionalFunction<S,T,RuntimeException>
apply
in interface com.google.common.base.Function<S,T>
item
- The item to perform work against.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |