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, C, D, E, F, G, H, I, J, R>
FunctionN<R>toFunctionN(Function10<A, B, C, D, E, F, G, H, I, J, R> f) static <A,B, C, D, E, F, G, H, I, J, K, R>
FunctionN<R>toFunctionN(Function11<A, B, C, D, E, F, G, H, I, J, K, 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) static <A,B, C, D, E, F, G, R>
FunctionN<R>toFunctionN(Function7<A, B, C, D, E, F, G, R> f) static <A,B, C, D, E, F, G, H, R>
FunctionN<R>toFunctionN(Function8<A, B, C, D, E, F, G, H, R> f) static <A,B, C, D, E, F, G, H, I, R>
FunctionN<R>toFunctionN(Function9<A, B, C, D, E, F, G, H, I, R> f)
-
Method Details
-
toFunctionN
-
toFunctionN
-
toFunctionN
-
toFunctionN
-
toFunctionN
-
toFunctionN
-
toFunctionN
-
toFunctionN
-
toFunctionN
-
toFunctionN
-
toFunctionN
public static <A,B, FunctionN<R> toFunctionNC, D, E, F, G, H, I, J, R> (Function10<A, B, C, D, E, F, G, H, I, J, R> f) -
toFunctionN
public static <A,B, FunctionN<R> toFunctionNC, D, E, F, G, H, I, J, K, R> (Function11<A, B, C, D, E, F, G, H, I, J, K, R> f)
-