Package org.drools.model.functions
Class FunctionN.Impl<A,R>
- java.lang.Object
-
- org.drools.model.functions.IntrospectableLambda
-
- org.drools.model.functions.FunctionN.Impl<A,R>
-
- All Implemented Interfaces:
Serializable,Supplier<Object>,FunctionN<R>
public static class FunctionN.Impl<A,R> extends IntrospectableLambda implements FunctionN<R>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.model.functions.FunctionN
FunctionN.Impl<A,R>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rapply(Object... objs)ObjectgetLambda()-
Methods inherited from class org.drools.model.functions.IntrospectableLambda
equals, get, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.drools.model.functions.FunctionN
asFunction1
-
-