Class Consumers

    • Method Detail

      • nop

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