T - the input entity typeMAPPER - the functional interface used for mapping valuespublic interface HasMapToDouble<T,MAPPER>
| Modifier and Type | Method and Description |
|---|---|
ToDouble<T> |
mapToDouble(MAPPER mapper)
Maps the result of this expression into a
double by passing it to
the specified mapper, producing a new expression that implements
ToDouble. |
Copyright © 2019 Speedment, Inc.. All rights reserved.