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