资讯
java.util.function.UnaryOperator @FunctionalInterface public interface UnaryOperator<T> extends Function<T,T> T apply(T t) Applies this function to the given argument. Parameter Types: T - the input ...
The UnaryOperator function. Like the Function interface, the UnaryOperator is passed a value and returns a value. However, the distinction between the UnaryOperator and the Function is that the ...
当前正在显示可能无法访问的结果。
隐藏无法访问的结果