Class KiwiConsumers


  • public class KiwiConsumers
    extends Object
    Contains helper methods for Consumer.
    • Constructor Detail

      • KiwiConsumers

        public KiwiConsumers()
    • Method Detail

      • noOp

        public static <T> Consumer<T> noOp()
        Provides a type-consistent, no-op Consumer.
        Type Parameters:
        T - type parameter of the Consumer
        Returns:
        the no-op Consumer