Interface SerializableFunction<T,R>
- Type Parameters:
T- 实体类类型R- 字段类型
- All Superinterfaces:
Function<T,R>, Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
序列化的Function,用于获取一些lambda方法引用的class和方法名
- Author:
- Maning
-
Method Summary