fun Publisher<*>.blockLast(): Any?
(source)
Subscribes to and awaits the termination of this Publisher instance in a blocking manner and rethrows any exception emitted.
RuntimeException
- wrapping an InterruptedException if the current thread is interrupted