Package | Description |
---|---|
org.apache.commons.lang3.function |
Provides functional interfaces to complement those in
java.lang.function and utilities for working with Java
8 lambdas. |
Modifier and Type | Field and Description |
---|---|
static FailableLongConsumer |
FailableLongConsumer.NOP
NOP singleton
|
Modifier and Type | Method and Description |
---|---|
default FailableLongConsumer<E> |
FailableLongConsumer.andThen(FailableLongConsumer<E> after)
Returns a composed
FailableLongConsumer like LongConsumer.andThen(LongConsumer) . |
static <E extends Throwable> |
FailableLongConsumer.nop()
Returns The NOP singleton.
|
Modifier and Type | Method and Description |
---|---|
static <E extends Throwable> |
Failable.accept(FailableLongConsumer<E> consumer,
long value)
Consumes a consumer and rethrows any exception as a
RuntimeException . |
default FailableLongConsumer<E> |
FailableLongConsumer.andThen(FailableLongConsumer<E> after)
Returns a composed
FailableLongConsumer like LongConsumer.andThen(LongConsumer) . |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.