Class Strings.leftPad
- java.lang.Object
-
- com.bazaarvoice.jolt.modifier.function.Function.ArgDrivenFunction<S,java.lang.Object>
-
- com.bazaarvoice.jolt.modifier.function.Function.ArgDrivenListFunction<java.lang.String>
-
- com.bazaarvoice.jolt.modifier.function.Strings.leftPad
-
- All Implemented Interfaces:
Function
- Enclosing class:
- Strings
public static final class Strings.leftPad extends Function.ArgDrivenListFunction<java.lang.String>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.bazaarvoice.jolt.modifier.function.Function
Function.ArgDrivenFunction<SOURCE,RETTYPE>, Function.ArgDrivenListFunction<S>, Function.ArgDrivenSingleFunction<S,R>, Function.BaseFunction<T>, Function.ListFunction, Function.SingleFunction<T>, Function.SquashFunction<T>
-
-
Constructor Summary
Constructors Constructor Description leftPad()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Optional<java.lang.Object>
applyList(java.lang.String source, java.util.List<java.lang.Object> args)
-
Methods inherited from class com.bazaarvoice.jolt.modifier.function.Function.ArgDrivenListFunction
applySingle
-
Methods inherited from class com.bazaarvoice.jolt.modifier.function.Function.ArgDrivenFunction
apply
-
-
-
-
Method Detail
-
applyList
protected Optional<java.lang.Object> applyList(java.lang.String source, java.util.List<java.lang.Object> args)
- Specified by:
applyList
in classFunction.ArgDrivenListFunction<java.lang.String>
-
-