Package org.drools.model.functions
Class Function4.Impl<A,B,C,D,R>
- java.lang.Object
-
- org.drools.model.functions.IntrospectableLambda
-
- org.drools.model.functions.Function4.Impl<A,B,C,D,R>
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.Supplier<java.lang.Object>,Function4<A,B,C,D,R>
public static class Function4.Impl<A,B,C,D,R> extends IntrospectableLambda implements Function4<A,B,C,D,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, D d)java.lang.ObjectgetLambda()-
Methods inherited from class org.drools.model.functions.IntrospectableLambda
equals, get, hashCode, toString
-
-