Uses of Interface
com.helger.base.functional.IThrowingConsumer
Packages that use IThrowingConsumer
-
Uses of IThrowingConsumer in com.helger.base.functional
Methods in com.helger.base.functional that return IThrowingConsumerModifier and TypeMethodDescriptiondefault @NonNull IThrowingConsumer<T, EXTYPE> IThrowingConsumer.andThen(@Nullable IThrowingConsumer<? super T, ? extends EXTYPE> after) Returns a composedConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in com.helger.base.functional with parameters of type IThrowingConsumerModifier and TypeMethodDescriptiondefault @NonNull IThrowingConsumer<T, EXTYPE> IThrowingConsumer.andThen(@Nullable IThrowingConsumer<? super T, ? extends EXTYPE> after) Returns a composedConsumerthat performs, in sequence, this operation followed by theafteroperation.