partition
open fun <T> partition(items: Iterable<T>, predicate: Spec<in T>): Pair<Collection<T>, Collection<T>>(source)
Partition given Collection into a Pair of Collections.
Left
Content copied to clipboard
Right
Content copied to clipboard
Partition given Collection into a Pair of Collections.
Left
Right