Package org.kiwiproject.util.function
Class KiwiBiConsumers
java.lang.Object
org.kiwiproject.util.function.KiwiBiConsumers
Contains helper methods for
BiConsumer.-
Method Summary
Modifier and TypeMethodDescriptionstatic <T,U> BiConsumer<T, U> noOp()Provides a type-consistent, no-opBiConsumer.
-
Method Details
-
noOp
Provides a type-consistent, no-opBiConsumer.- Type Parameters:
T- first type parameter of the BiConsumerU- second type parameter of the BiConsumer- Returns:
- the no-op BiConsumer
-