Class ListFunctions
- java.lang.Object
-
- com.aquima.interactions.foundation.functions.ListFunctions
-
public final class ListFunctions extends Object
Utility class that can be used to apply a list function on two values.- Since:
- 5.0
- Author:
- O. Kerpershoek
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IListValue
apply(ListFunctionType functionType, IValue first, IValue second)
-
-
-
Method Detail
-
apply
public static IListValue apply(ListFunctionType functionType, IValue first, IValue second)
-
-