S - type of special argumentpublic abstract static class Function.ArgDrivenListFunction<S> extends Function.ArgDrivenFunction<S,Object>
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 |
|---|
ArgDrivenListFunction() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Optional<Object> |
applyList(S specialArg,
List<Object> args) |
protected Optional<Object> |
applySingle(S specialArg,
Object arg) |
applyprotected abstract Optional<Object> applyList(S specialArg, List<Object> args)
applyList in class Function.ArgDrivenFunction<S,Object>protected final Optional<Object> applySingle(S specialArg, Object arg)
applySingle in class Function.ArgDrivenFunction<S,Object>Copyright © 2023. All rights reserved.