| Package | Description |
|---|---|
| org.sellcom.core.util.function |
| Modifier and Type | Method | Description |
|---|---|---|
default ThrowingDoubleBinaryOperator |
ThrowingDoubleBinaryOperator.orThrow(java.lang.Class<? extends java.lang.RuntimeException> exceptionClass) |
Returns a
ThrowingDoubleBinaryOperator throwing an exception of the given type if this operator throws an exception. |
default ThrowingDoubleBinaryOperator |
ThrowingDoubleBinaryOperator.orThrow(java.lang.Class<? extends java.lang.RuntimeException> exceptionClass,
java.lang.String message) |
Returns a
ThrowingDoubleBinaryOperator throwing an exception of the given type if this operator throws an exception. |
default ThrowingDoubleBinaryOperator |
ThrowingDoubleBinaryOperator.orTryWith(ThrowingDoubleBinaryOperator other) |
Returns a
ThrowingDoubleBinaryOperator applying the given operator to the arguments if this operator throws an exception. |
default ThrowingDoubleBinaryOperator |
ThrowingDoubleBinaryOperator.orTryWith(ThrowingDoubleBinaryOperator other,
java.util.function.Consumer<java.lang.Exception> exceptionConsumer) |
Returns a
ThrowingDoubleBinaryOperator applying the given operator to the arguments if this operator throws an exception. |
| Modifier and Type | Method | Description |
|---|---|---|
default ThrowingDoubleBinaryOperator |
ThrowingDoubleBinaryOperator.orTryWith(ThrowingDoubleBinaryOperator other) |
Returns a
ThrowingDoubleBinaryOperator applying the given operator to the arguments if this operator throws an exception. |
default ThrowingDoubleBinaryOperator |
ThrowingDoubleBinaryOperator.orTryWith(ThrowingDoubleBinaryOperator other,
java.util.function.Consumer<java.lang.Exception> exceptionConsumer) |
Returns a
ThrowingDoubleBinaryOperator applying the given operator to the arguments if this operator throws an exception. |