Uses of Class
com.bazaarvoice.jolt.modifier.function.Function.ArgDrivenFunction
-
Packages that use Function.ArgDrivenFunction Package Description com.bazaarvoice.jolt.modifier.function -
-
Uses of Function.ArgDrivenFunction in com.bazaarvoice.jolt.modifier.function
Subclasses of Function.ArgDrivenFunction in com.bazaarvoice.jolt.modifier.function Modifier and Type Class Description static class
Function.ArgDrivenListFunction<S>
Deprecated.Extends ArgDrivenConverter to provide rudimentary abstraction to quickly implement a function that works on an input list|array i.e.static class
Function.ArgDrivenSingleFunction<S,R>
Deprecated.Extends ArgDrivenConverter to provide rudimentary abstraction to quickly implement a function that works on a single input i.e.static class
Lists.elementAt
Given an index at arg[0], and a list at arg[1] or args[1...N], return element at index of list or arraystatic class
Math.divideAndRound
static class
Strings.join
static class
Strings.leftPad
static class
Strings.rightPad
static class
Strings.split
-