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 Summary
FieldsModifier and TypeFieldDescriptionstatic final ClosureSingleton predicate instanceprivate static final longSerial version UID -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID- See Also:
-
INSTANCE
Singleton predicate instance
-
-
Constructor Details
-
NOPClosure
private NOPClosure()Constructs a new 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
Do nothing. -
readResolve
Returns the singleton instance.- Returns:
- the singleton instance.
-