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