@FunctionalInterface public static interface PropertyMapper.SourceOperator
PropertyMapper.Source.| Modifier and Type | Method and Description | 
|---|---|
<T> PropertyMapper.Source<T> | 
apply(PropertyMapper.Source<T> source)
Apply the operation to the given source. 
 | 
<T> PropertyMapper.Source<T> apply(PropertyMapper.Source<T> source)
T - the source typesource - the source to operate on