@FunctionalInterface public interface SerUnOp<T> extends UnaryOperator<T>, Serializable
UnaryOperator| 限定符和类型 | 方法和说明 |
|---|---|
default T |
apply(T t)
Applies this function to the given argument.
|
T |
applying(T t)
Applies this function to the given argument.
|
static <T,R,F extends Function<T,R>> |
casting(F function)
casting identity
|
static <T> SerUnOp<T> |
identity()
Returns a unary operator that always returns its input argument.
|
Copyright © 2023 dromara. All rights reserved.