Class KiwiBiConsumers


  • public class KiwiBiConsumers
    extends Object
    Contains helper methods for BiConsumer.
    • Constructor Detail

      • KiwiBiConsumers

        public KiwiBiConsumers()
    • Method Detail

      • noOp

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