Interface ValueMapper<V,​VR>

    • Method Detail

      • apply

        VR apply​(V value)
        Map the given value to a new value.
        Parameters:
        value - the value to be mapped
        Returns:
        the new value