Class Consumers
java.lang.Object
org.apache.commons.lang3.function.Consumers
Provides
Consumer
instances.- Since:
- 3.13.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NOP
NOP singleton.
-
-
Constructor Details
-
Consumers
private Consumers()
-
-
Method Details
-
nop
Gets the NOP Consumer singleton.- Type Parameters:
T
- type type to consume.- Returns:
- the NOP Consumer singleton..
-