Class Lists.sort
- java.lang.Object
-
- com.bazaarvoice.jolt.modifier.function.Function.BaseFunction
-
- com.bazaarvoice.jolt.modifier.function.Lists.sort
-
- All Implemented Interfaces:
Function
- Enclosing class:
- Lists
public static final class Lists.sort extends Function.BaseFunction
Given an arbitrary list of items, returns a new array of them in sorted state
-
-
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 sort()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Optional
applyList(java.util.List argList)
protected Optional
applySingle(java.lang.Object arg)
-
Methods inherited from class com.bazaarvoice.jolt.modifier.function.Function.BaseFunction
apply
-
-
-
-
Method Detail
-
applyList
protected Optional applyList(java.util.List argList)
- Specified by:
applyList
in classFunction.BaseFunction
-
applySingle
protected Optional applySingle(java.lang.Object arg)
- Specified by:
applySingle
in classFunction.BaseFunction
-
-