pipeTo abstract method

void pipeTo(
  1. Emitter<T> other
)

Pipes events to other

Implementation

void pipeTo(Emitter<T> other);