Package org.drools.model.functions
Interface Function2<A,B,R>
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
Function2.Impl
public interface Function2<A,B,R> extends java.io.Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFunction2.Impl<A,B,R>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply(A a, B b)
-