PairIterable<E1, E2> extension

on

Methods

unzip() Pair<Iterable<E1>, Iterable<E2>>
Returns a Pair of iterables, where first Iterable is built from the first values of each Pair from this collection, second Iterable is built from the second values of each Pair from this collection.