@FunctionalInterface public interface CheckedBinaryOperator<T> extends CheckedBiFunction<T,T,T>
BinaryOperator that allows for checked exceptions.| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.function.BinaryOperator<T> |
unchecked(CheckedBinaryOperator<T> operator) |
static <T> java.util.function.BinaryOperator<T> |
unchecked(CheckedBinaryOperator<T> operator,
java.util.function.Consumer<Throwable> handler) |
apply, unchecked, uncheckedstatic <T> java.util.function.BinaryOperator<T> unchecked(CheckedBinaryOperator<T> operator)
Unchecked#binaryOperator(CheckedBinaryOperator)}static <T> java.util.function.BinaryOperator<T> unchecked(CheckedBinaryOperator<T> operator, java.util.function.Consumer<Throwable> handler)
Unchecked#binaryOperator(CheckedBinaryOperator, Consumer)}Copyright © 2016. All Rights Reserved.