Package com.bazaarvoice.jolt.modifier.function
package com.bazaarvoice.jolt.modifier.function
-
ClassDescriptionDeprecated.Function.ArgDrivenFunction<SOURCE,
RETTYPE> Abstract class that provides rudimentary abstraction to quickly implement a function that classifies first arg as special input and rest as regular input.Extends ArgDrivenConverter to provide rudimentary abstraction to quickly implement a function that works on an input list|array i.e.Extends ArgDrivenConverter to provide rudimentary abstraction to quickly implement a function that works on a single input i.e.Abstract class that processes var-args and calls two abstract methods If its single list arg, or many args, calls applyList() else calls applySingle()Abstract class that provides rudimentary abstraction to quickly implement a function that works on an List of input i.e.Abstract class that provides rudimentary abstraction to quickly implement a function that works on an single value input i.e.squashNull is a special kind of null processing,the input is always a list or map as a singletonGiven an index at arg[0], and a list at arg[1] or args[1...N], return element at index of list or arrayGiven a list, return the first elementGiven a list, return the last elementGiven an arbitrary list of items, returns a new array of them in sorted stateGiven an arbitrary number of arguments, return them as listSize is a special snowflake and needs specific care