|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
R
- type of the return.T
- type of the input parameter.public interface IFunction1<R,T>
Callback function taking one input parameter of type T and returning the type R.
It is the equivalent of .NET Func
Method Summary
R
invoke(T t)
Callback function.
Method Detail
invoke
R invoke(T t)
throws java.lang.Exception
t
- input paramter of type T.
java.lang.Exception
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD