abstract fun end(): Unit
Ends the stream.
Once the stream has ended, it cannot be used any more.
abstract fun end(t: T): Unit
Same as io.vertx.reactivex.core.streams.WriteStream#end but writes some data to the stream before ending.
io.vertx.reactivex.core.streams.WriteStream#end
t -
t