Modifier and Type | Method and Description |
---|---|
default IntIOConsumer |
IntIOConsumer.andThen(IntIOConsumer after)
Returns a composed
IntIOConsumer that performs, in sequence, this operation followed by the after operation. |
static IntIOConsumer |
IntIOConsumer.checked(IntConsumer operation)
Returns an
IntIOConsumer that performs the operation operation, and unwraps any UncheckedIOException that is thrown
by throwing its cause . |
Modifier and Type | Method and Description |
---|---|
default IntIOConsumer |
IntIOConsumer.andThen(IntIOConsumer after)
Returns a composed
IntIOConsumer that performs, in sequence, this operation followed by the after operation. |
static IntConsumer |
IntIOConsumer.unchecked(IntIOConsumer operation)
Returns a
IntConsumer that performs the operation operation, and wraps any IOException that is thrown in an
UncheckedIOException . |
Copyright © 2017–2020. All rights reserved.