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
A
Function
that returns the input argument itself as the result.- See Also:
-
Constructor Summary
Constructors -
Method Summary