Package org.drools.model.functions
Interface Function1<T,R>
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
Function1.Impl
public interface Function1<T,R> extends java.io.Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFunction1.Impl<T,R>
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default <V> Function1<T,V>andThen(Function1<R,V> f2)Rapply(T t)static <T> Function1<T,T>identity()
-