toPair abstract method

KtPair<K, V> toPair()

Converts entry to KtPair with key being first component and value being second.

Implementation

KtPair<K, V> toPair();