Class IdentityFunction<T>
- java.lang.Object
-
- org.apache.storm.streams.operations.IdentityFunction<T>
-
- Type Parameters:
T
- the type of the input
- All Implemented Interfaces:
Serializable
,Function<T,T>
,Operation
public class IdentityFunction<T> extends Object implements Function<T,T>
AFunction
that returns the input argument itself as the result.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentityFunction()
-