Class Math.divideAndRound
- 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.Math.divideAndRound
-
- All Implemented Interfaces:
Function
- Enclosing class:
- Math
public static final class Math.divideAndRound extends Function.ArgDrivenListFunction<java.lang.Integer>
-
-
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 divideAndRound()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Optional<java.lang.Object>
applyList(java.lang.Integer digitsAfterDecimalPoint, 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 digitsAfterDecimalPoint, java.util.List<java.lang.Object> args)
- Specified by:
applyList
in classFunction.ArgDrivenListFunction<java.lang.Integer>
-
-