CheckedBiFunction<T,T,T>@FunctionalInterface public interface CheckedBinaryOperator<T> extends CheckedBiFunction<T,T,T>
BinaryOperator that allows for checked exceptions.| Modifier and Type | Method | Description |
|---|---|---|
static <T> BinaryOperator<T> |
sneaky(CheckedBinaryOperator<T> operator) |
|
static <T> BinaryOperator<T> |
unchecked(CheckedBinaryOperator<T> operator) |
|
static <T> BinaryOperator<T> |
unchecked(CheckedBinaryOperator<T> operator,
Consumer<Throwable> handler) |
applystatic <T> BinaryOperator<T> sneaky(CheckedBinaryOperator<T> operator)
static <T> BinaryOperator<T> unchecked(CheckedBinaryOperator<T> operator)
static <T> BinaryOperator<T> unchecked(CheckedBinaryOperator<T> operator, Consumer<Throwable> handler)
Copyright © 2018. All rights reserved.