Class Lists.elementAt
- java.lang.Object
-
- com.bazaarvoice.jolt.modifier.function.Function.ArgDrivenFunction<S,java.lang.Object>
-
- com.bazaarvoice.jolt.modifier.function.Function.ArgDrivenListFunction<java.lang.Integer>
-
- com.bazaarvoice.jolt.modifier.function.Lists.elementAt
-
- All Implemented Interfaces:
Function
- Enclosing class:
- Lists
public static final class Lists.elementAt extends Function.ArgDrivenListFunction<java.lang.Integer>
Given an index at arg[0], and a list at arg[1] or args[1...N], return element at index of list or array
-
-
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 elementAt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Optional<java.lang.Object>
applyList(java.lang.Integer specialArg, 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.Integer specialArg, java.util.List<java.lang.Object> args)
- Specified by:
applyList
in classFunction.ArgDrivenListFunction<java.lang.Integer>
-
-