Package org.drools.model.functions
Class Function0.Impl<R>
- java.lang.Object
-
- org.drools.model.functions.IntrospectableLambda
-
- org.drools.model.functions.Function0.Impl<R>
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.Supplier<java.lang.Object>,Function0<R>
public static class Function0.Impl<R> extends IntrospectableLambda implements Function0<R>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.model.functions.Function0
Function0.Impl<R>, Function0.Null
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rapply()java.lang.ObjectgetLambda()-
Methods inherited from class org.drools.model.functions.IntrospectableLambda
equals, get, hashCode, toString
-
-