PartitionExt<T> extension

on

Methods

partition(bool predicate(T event)) PartitionedStream<T>
Splits the this Observable into two, one with values that satisfy a predicate, and another with values that don't satisfy the predicate.