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 FailableDoubleConsumer |
FailableDoubleConsumer.NOP
NOP singleton
|
Modifier and Type | Method and Description |
---|---|
default FailableDoubleConsumer<E> |
FailableDoubleConsumer.andThen(FailableDoubleConsumer<E> after)
Returns a composed
FailableDoubleConsumer like DoubleConsumer.andThen(DoubleConsumer) . |
static <E extends Throwable> |
FailableDoubleConsumer.nop()
Returns The NOP singleton.
|
Modifier and Type | Method and Description |
---|---|
static <E extends Throwable> |
Failable.accept(FailableDoubleConsumer<E> consumer,
double value)
Consumes a consumer and rethrows any exception as a
RuntimeException . |
default FailableDoubleConsumer<E> |
FailableDoubleConsumer.andThen(FailableDoubleConsumer<E> after)
Returns a composed
FailableDoubleConsumer like DoubleConsumer.andThen(DoubleConsumer) . |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.