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:
- 
Field Details- 
INSTANCE
 
- 
- 
Method Details- 
nopClosureFactory returning the singleton instance.- Type Parameters:
- E- the type that the closure acts on
- Returns:
- the singleton instance
- Since:
- 3.1
 
- 
execute
 
-