Interface ForeachAction<K,​V>

    • Method Detail

      • apply

        void apply​(K key,
                   V value)
        Perform an action for each record of a stream.
        Parameters:
        key - the key of the record
        value - the value of the record