Uses of Interface
com.helger.commons.functional.IThrowingConsumer
-
Packages that use IThrowingConsumer Package Description com.helger.commons.functional -
-
Uses of IThrowingConsumer in com.helger.commons.functional
Methods in com.helger.commons.functional that return IThrowingConsumer Modifier and Type Method Description default IThrowingConsumer<T,EXTYPE>IThrowingConsumer. andThen(IThrowingConsumer<? super T,? extends EXTYPE> after)Returns a composedConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in com.helger.commons.functional with parameters of type IThrowingConsumer Modifier and Type Method Description default IThrowingConsumer<T,EXTYPE>IThrowingConsumer. andThen(IThrowingConsumer<? super T,? extends EXTYPE> after)Returns a composedConsumerthat performs, in sequence, this operation followed by theafteroperation.
-