Class KiwiBiConsumers

java.lang.Object
org.kiwiproject.util.function.KiwiBiConsumers

public final class KiwiBiConsumers extends Object
Contains helper methods for BiConsumer.
  • Method Details

    • 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