E
- the type of Throwable declared@FunctionalInterface public interface CheckedIntConsumer<E extends Throwable>
IntConsumer
Modifier and Type | Method and Description |
---|---|
void |
accept(int value) |
default CheckedIntConsumer<E> |
andThen(CheckedIntConsumer<? extends E> after) |
default CheckedIntConsumer<E> andThen(CheckedIntConsumer<? extends E> after)
after
- the operation to perform after this operationCheckedIntConsumer
that performs in sequence this
operation followed by the after
operationNullPointerException
- if after
is nullIntConsumer.andThen(IntConsumer)
Copyright © 2016–2018 earcam. All rights reserved.