T - the input entity typeMAPPER - the functional interface used for mapping valuespublic interface HasMap<T,MAPPER,RESULT extends HasMap<T,MAPPER,RESULT>>
| Modifier and Type | Method and Description |
|---|---|
RESULT |
map(MAPPER mapper)
Returns an expression for the value of this expression mapped using the
specified mapping function.
|
Copyright © 2019 Speedment, Inc.. All rights reserved.