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