Uses of Interface
org.apache.commons.lang3.function.FailableIntConsumer
Packages that use FailableIntConsumer
Package
Description
Provides functional interfaces to complement those in
java.lang.function
and utilities for working with Java
8 lambdas.-
Uses of FailableIntConsumer in org.apache.commons.lang3.function
Fields in org.apache.commons.lang3.function declared as FailableIntConsumerModifier and TypeFieldDescriptionstatic final FailableIntConsumer
FailableIntConsumer.NOP
NOP singletonMethods in org.apache.commons.lang3.function that return FailableIntConsumerModifier and TypeMethodDescriptiondefault FailableIntConsumer<E>
FailableIntConsumer.andThen
(FailableIntConsumer<E> after) Returns a composedFailableIntConsumer
likeIntConsumer.andThen(IntConsumer)
.static <E extends Throwable>
FailableIntConsumer<E>FailableIntConsumer.nop()
Returns The NOP singleton.Methods in org.apache.commons.lang3.function with parameters of type FailableIntConsumerModifier and TypeMethodDescriptionstatic <E extends Throwable>
voidFailable.accept
(FailableIntConsumer<E> consumer, int value) Consumes a consumer and rethrows any exception as aRuntimeException
.default FailableIntConsumer<E>
FailableIntConsumer.andThen
(FailableIntConsumer<E> after) Returns a composedFailableIntConsumer
likeIntConsumer.andThen(IntConsumer)
.