pipe abstract method

void pipe(
  1. StreamChannel<T> other
)

Connects this to other, so that any values emitted by either are sent directly to the other.

Implementation

void pipe(StreamChannel<T> other);