|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
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 40 of file Function.java.
| R com.jogamp.common.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 com.jogamp.common.util.FunctionTask< R, A >.