Package org.apache.pekko.japi.function
Class Function$
- java.lang.Object
-
- org.apache.pekko.japi.function.Function$
-
- All Implemented Interfaces:
java.io.Serializable
public class Function$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Function$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Function<T,T>
identity()
Returns aFunction
that always returns its input argument.
-