Package org.drools.model.functions
Interface Function0<R>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Function0.Impl,Function0.Null
public interface Function0<R> extends Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFunction0.Impl<R>static classFunction0.Null
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply()
-
-
-
Method Detail
-
apply
R apply()
-
-