Package org.drools.model.functions
Class Function3.Impl<A,B,C,R>
- java.lang.Object
-
- org.drools.model.functions.IntrospectableLambda
-
- org.drools.model.functions.Function3.Impl<A,B,C,R>
-
- All Implemented Interfaces:
Serializable,Supplier<Object>,Function3<A,B,C,R>
public static class Function3.Impl<A,B,C,R> extends IntrospectableLambda implements Function3<A,B,C,R>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rapply(A a, B b, C c)ObjectgetLambda()-
Methods inherited from class org.drools.model.functions.IntrospectableLambda
equals, get, hashCode, toString
-
-