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