Class Function.BaseFunction<T>

java.lang.Object
com.bazaarvoice.jolt.modifier.function.Function.BaseFunction<T>
Type Parameters:
T - type of return value
All Implemented Interfaces:
Function
Direct Known Subclasses:
Function.ListFunction, Function.SingleFunction, Lists.sort, Lists.toList, Math.max, Math.min
Enclosing interface:
Function

public abstract static class Function.BaseFunction<T> extends Object implements Function
Abstract class that processes var-args and calls two abstract methods If its single list arg, or many args, calls applyList() else calls applySingle()