Package org.drools.model.functions
Interface FunctionN<R>
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
FunctionN.Impl
public interface FunctionN<R> extends java.io.Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFunctionN.Impl<A,R>
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Rapply(java.lang.Object... objs)default Function1asFunction1()
-