jaulib v1.3.0
Jau Support Library (C++, Java, ..)
|
Generic function interface to perform an action w/ given optional arguments producing an optional result. More...
Public Member Functions | |
R | eval (A... args) |
Implementation may compute variable args list and returns a result. More... | |
Generic function interface to perform an action w/ given optional arguments producing an optional result.
For void
functions, simply use type Object
and ignore the result and/or arguments.
<T> | the result type of eval(Object...) |
Definition at line 38 of file Function.java.
R org.jau.util.Function< R, A >.eval | ( | A... | args | ) |
Implementation may compute variable args
list and returns a result.
args | variable argument list, A[] , maybe null |
Implemented in org.jau.util.parallel.FunctionTask< R, A >.