Interface PropertyMapper.SourceOperator
- Enclosing class:
 - PropertyMapper
 
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
An operation that can be applied to a 
PropertyMapper.Source.- 
Method Summary
Modifier and TypeMethodDescription<T> PropertyMapper.Source<T>apply(PropertyMapper.Source<T> source) Apply the operation to the given source. 
- 
Method Details
- 
apply
Apply the operation to the given source.- Type Parameters:
 T- the source type- Parameters:
 source- the source to operate on- Returns:
 - the updated source
 
 
 -