Class NOPClosure<E>
java.lang.Object
org.apache.commons.collections4.functors.NOPClosure<E>
- All Implemented Interfaces:
Serializable, Closure<E>
Closure implementation that does nothing.
- Since:
- 3.0
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidDo nothing.static <E> Closure<E> Factory returning the singleton instance.
-
Field Details
-
INSTANCE
-
-
Method Details
-
nopClosure
Factory returning the singleton instance.- Type Parameters:
E- the type that the closure acts on- Returns:
- the singleton instance
- Since:
- 3.1
-
execute
-