| Modifier and Type | Method and Description |
|---|---|
static LongBinaryIOOperator |
LongBinaryIOOperator.checked(LongBinaryOperator operator)
Returns a binary operator that applies the
operator operator to its input, and unwraps any UncheckedIOException that is thrown
by throwing its cause. |
| Modifier and Type | Method and Description |
|---|---|
static LongBinaryOperator |
LongBinaryIOOperator.unchecked(LongBinaryIOOperator operator)
Returns a binary operator that applies the
operator operator to its input, and wraps any IOException that is thrown in an
UncheckedIOException. |
Copyright © 2017–2020. All rights reserved.