public interface UnaryOperator<T> extends Function<T, T> {. /**. * Returns a unary operator that always returns its input argument.
確定! 回上一頁