Interface ValueMapperWithKey<K,​V,​VR>

    • Method Detail

      • apply

        VR apply​(K readOnlyKey,
                 V value)
        Map the given [key and ]value to a new value.
        Parameters:
        readOnlyKey - the read-only key
        value - the value to be mapped
        Returns:
        the new value