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