S - type of special argumentR - type of return valuepublic abstract static class Function.ArgDrivenFunction<S,R> extends Object implements Function
Function.ArgDrivenFunction<S,R>, Function.ArgDrivenListFunction<S>, Function.ArgDrivenSingleFunction<S,R>, Function.BaseFunction<T>, Function.ListFunction, Function.SingleFunction<T>| Modifier and Type | Method and Description |
|---|---|
Optional<Object> |
apply(Object... args) |
protected abstract Optional<Object> |
applyList(S specialArg,
List<Object> args) |
protected abstract Optional<R> |
applySingle(S specialArg,
Object arg) |
Copyright © 2016. All rights reserved.