Static methods

staticleft<A, B> (stream:Stream<Tuple<A, B>>):Stream<A>

staticright<A, B> (stream:Stream<Tuple<A, B>>):Stream<B>