Constructs a Stream which only begins emitting events when the connect method is called.
ConnectableStream(Stream<T> stream) : super(stream);