Class NOPClosure<T>
java.lang.Object
org.apache.commons.collections4.functors.NOPClosure<T>
- Type Parameters:
T
- the type of the input to the operation.
- All Implemented Interfaces:
Serializable
,Consumer<T>
,Closure<T>
Closure implementation that does nothing.
- Since:
- 3.0
- See Also: