Interface HasMap<T,​MAPPER,​RESULT extends HasMap<T,​MAPPER,​RESULT>>

    • Method Detail

      • map

        RESULT map​(MAPPER mapper)
        Returns an expression for the value of this expression mapped using the specified mapping function. The input type remains the same.
        Parameters:
        mapper - the mapping function
        Returns:
        the mapped expression