Interface KeyValueMapper<K,​V,​VR>

    • Method Detail

      • apply

        VR apply​(K key,
                 V value)
        Map a record with the given key and value to a new value.
        Parameters:
        key - the key of the record
        value - the value of the record
        Returns:
        the new value