Uses of Interface
org.apache.commons.lang3.function.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
Modifier and TypeFieldDescriptionstatic final FailableLongConsumer
FailableLongConsumer.NOP
NOP singletonModifier 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.Modifier 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)
.