T
eval(Object...)
public interface Function<R,A>
For void functions, simply use type Object and ignore the result and/or arguments.
void
Object
R
eval(A... args)
args
R eval(A... args)
A[]