T - 输入对象的类型R - 从输入对象中提取的值的类型@FunctionalInterface public interface Fn<T,R> extends Function<T,R>, Serializable
| Modifier and Type | Method and Description |
|---|---|
default R |
apply(T t) |
R |
resolve(T t)
从给定的输入对象中提取或计算一个值。
|
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.