S - type of special argumentR - type of return valuepublic abstract static class Function.ArgDrivenSingleFunction<S,R> extends Function.ArgDrivenFunction<S,R>
Function.ArgDrivenFunction<SOURCE,RETTYPE>, Function.ArgDrivenListFunction<S>, Function.ArgDrivenSingleFunction<S,R>, Function.BaseFunction<T>, Function.ListFunction, Function.SingleFunction<T>, Function.SquashFunction<T>| Constructor and Description |
|---|
ArgDrivenSingleFunction() |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<Object> |
applyList(S specialArg,
List<Object> input) |
protected abstract Optional<R> |
applySingle(S specialArg,
Object arg) |
applyprotected final Optional<Object> applyList(S specialArg, List<Object> input)
applyList in class Function.ArgDrivenFunction<S,R>protected abstract Optional<R> applySingle(S specialArg, Object arg)
applySingle in class Function.ArgDrivenFunction<S,R>Copyright © 2023. All rights reserved.