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