Class Consumers
- java.lang.Object
 - 
- org.apache.commons.lang3.function.Consumers
 
 
- 
public class Consumers extends java.lang.ObjectProvidesConsumerinstances.- Since:
 - 3.13.0
 
 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> java.util.function.Consumer<T>nop()Gets the NOP Consumer singleton. 
 -