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