Uses of Interface
com.helger.commons.functional.IBiConsumer
-
Packages that use IBiConsumer Package Description com.helger.commons.functional -
-
Uses of IBiConsumer in com.helger.commons.functional
Methods in com.helger.commons.functional that return IBiConsumer Modifier and Type Method Description static <T,U>
IBiConsumer<T,U>IBiConsumer. and(BiConsumer<? super T,? super U> aFirst, BiConsumer<? super T,? super U> aSecond)default IBiConsumer<T,U>IBiConsumer. andThen(BiConsumer<? super T,? super U> after)Returns a composedBiConsumerthat performs, in sequence, this operation followed by theafteroperation.
-