Package org.drools.model.functions
Class FunctionUtils
java.lang.Object
org.drools.model.functions.FunctionUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <R> FunctionN<R>toFunctionN(Function0<R> f) static <A,R> FunctionN<R> toFunctionN(Function1<A, R> f) static <A,B, R> FunctionN<R> toFunctionN(Function2<A, B, R> f) static <A,B, C, R> FunctionN<R> toFunctionN(Function3<A, B, C, R> f) static <A,B, C, D, R>
FunctionN<R>toFunctionN(Function4<A, B, C, D, R> f) static <A,B, C, D, E, R>
FunctionN<R>toFunctionN(Function5<A, B, C, D, E, R> f) static <A,B, C, D, E, F, R>
FunctionN<R>toFunctionN(Function6<A, B, C, D, E, F, R> f)
-
Method Details
-
toFunctionN
-
toFunctionN
-
toFunctionN
-
toFunctionN
-
toFunctionN
-
toFunctionN
-
toFunctionN
-