Uses of Interface
com.helger.commons.functional.IThrowingConsumer
Packages that use IThrowingConsumer
-
Uses of IThrowingConsumer in com.helger.commons.collection.impl
Methods in com.helger.commons.collection.impl with parameters of type IThrowingConsumerModifier and TypeMethodDescriptiondefault <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 IThrowingConsumerModifier and TypeMethodDescriptiondefault 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 IThrowingConsumerModifier and TypeMethodDescriptiondefault IThrowingConsumer<T, EXTYPE> IThrowingConsumer.andThen(IThrowingConsumer<? super T, ? extends EXTYPE> after) Returns a composedConsumerthat performs, in sequence, this operation followed by theafteroperation.