@FunctionalInterface public interface ExceptionUnaryOperator<T> extends ExceptionFunction<T,T>
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> ExceptionUnaryOperator<T> |
identity()
Returns a unary operator that always returns its input argument.
|
andThen, apply, applyWithCatchAny, applyWithCatchAny, applyWithThrowAny, compose, toFunctionstatic <T> ExceptionUnaryOperator<T> identity()
identity 在接口中 ExceptionFunction<T,T>T - the type of the input and output of the operatorCopyright © 2022. All rights reserved.