Binds the transformer to the provided stream.
@override Stream<S> bind(final Stream<T> stream) => Stream<S>.eventTransformed(stream, mapSink);