Package org.drools.model.functions
Interface Function1<T,R>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Function1.Impl
public interface Function1<T,R> extends 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 Modifier and Type Method Description Rapply(T t)static <T> Function1<T,T>identity()
-