public abstract class ReflectedFunction<D,R> extends ReflectedOperation implements Function<D,R>
Modifier | Constructor and Description |
---|---|
protected |
ReflectedFunction(Operator op,
Object... args) |
protected |
ReflectedFunction(String name) |
see also the complete user documentation .