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