Class Consumers

java.lang.Object
org.apache.commons.lang3.function.Consumers

public class Consumers extends Object
Provides Consumer instances.
Since:
3.13.0
  • Method Details

    • nop

      public static <T> Consumer<T> nop()
      Gets the NOP Consumer singleton.
      Type Parameters:
      T - type type to consume.
      Returns:
      the NOP Consumer singleton..