Uses of Interface
com.helger.commons.functional.IThrowingConsumer
-
Packages that use IThrowingConsumer Package Description com.helger.commons.collection.impl com.helger.commons.functional -
-
Uses of IThrowingConsumer in com.helger.commons.collection.impl
Methods in com.helger.commons.collection.impl with parameters of type IThrowingConsumer Modifier and Type Method Description default <EXTYPE extends Throwable>
voidICommonsIterable. forEachThrowing(IThrowingConsumer<? super ELEMENTTYPE,EXTYPE> aConsumer)A special version ofIterable.forEach(Consumer)where a consumer can throw an exception. -
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.
-