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