@FunctionalInterface public interface SerArgsUnOp<T> extends SerArgsFunc<T,T>
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> SerArgsUnOp<T> |
last()
Returns a unary operator that always returns its input argument.
|
andThen, apply, applying, composestatic <T> SerArgsUnOp<T> last()
last 在接口中 SerArgsFunc<T,T>T - the type of the input and output of the operatorCopyright © 2023 dromara. All rights reserved.