Interface HasMapToDouble<T,​MAPPER>

    • Method Detail

      • mapToDouble

        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.
        Parameters:
        mapper - the mapper to use on the result of this expression
        Returns:
        the new mapped expression