Interface BeanBuilder.SerializableFunction<T,R>
- Type Parameters:
T- the input type | 输入类型R- the result type | 结果类型
- All Superinterfaces:
Function<T,R>, Serializable
- Enclosing class:
BeanBuilder<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface BeanBuilder.SerializableFunction<T,R>
extends Function<T,R>, Serializable
Serializable Function - A function interface that supports serialization for method reference resolution
可序列化函数 - 支持序列化的函数接口,用于方法引用解析
This interface combines Function and Serializable so that
getter method references can be resolved to property names via SerializedLambda.
此接口组合了 Function 和 Serializable,使得
getter 方法引用可以通过 SerializedLambda 解析为属性名。
- Since:
- JDK 25, opencode-base-core V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary