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