接口 PropertyMapper.SourceOperator

封闭类:
PropertyMapper
函数接口:
这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。

@FunctionalInterface public static interface PropertyMapper.SourceOperator
An operation that can be applied to a PropertyMapper.Source.
  • 方法详细资料

    • apply

      <T> PropertyMapper.Source<T> apply(PropertyMapper.Source<T> source)
      Apply the operation to the given source.
      类型参数:
      T - the source type
      参数:
      source - the source to operate on
      返回:
      the updated source