Class Function.ArgDrivenListFunction<S>

java.lang.Object
com.bazaarvoice.jolt.modifier.function.Function.ArgDrivenFunction<S,Object>
com.bazaarvoice.jolt.modifier.function.Function.ArgDrivenListFunction<S>
Type Parameters:
S - type of special argument
All Implemented Interfaces:
Function
Direct Known Subclasses:
Lists.elementAt, Math.divideAndRound, Strings.join, Strings.leftPad, Strings.rightPad
Enclosing interface:
Function

public abstract static class Function.ArgDrivenListFunction<S> extends Function.ArgDrivenFunction<S,Object>
Extends ArgDrivenConverter to provide rudimentary abstraction to quickly implement a function that works on an input list|array i.e. join('-', ...)