Modifier and Type | Method and Description |
---|---|
default CheckedIntConsumer<E> |
CheckedIntConsumer.andThen(CheckedIntConsumer<? extends E> after) |
Modifier and Type | Method and Description |
---|---|
static void |
Exceptional.accept(CheckedIntConsumer<?> consumer,
int value)
Invokes
accept(int) catching any checked
Exception s rethrowing as unchecked. |
default CheckedIntConsumer<E> |
CheckedIntConsumer.andThen(CheckedIntConsumer<? extends E> after) |
static IntConsumer |
Exceptional.uncheckIntConsumer(CheckedIntConsumer<?> consumer)
Converts
CheckedIntConsumer to IntConsumer |
Copyright © 2016–2018 earcam. All rights reserved.