接口 PropertyMapper.SourceOperator
- 封闭类:
PropertyMapper
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
An operation that can be applied to a
PropertyMapper.Source
.-
方法概要
修饰符和类型方法说明<T> PropertyMapper.Source
<T> apply
(PropertyMapper.Source<T> source) Apply the operation to the given source.
-
方法详细资料
-
apply
Apply the operation to the given source.- 类型参数:
T
- the source type- 参数:
source
- the source to operate on- 返回:
- the updated source
-