Class BlockingLastObserver<T>

  • Type Parameters:
    T - the value type
    All Implemented Interfaces:
    Observer<T>, Disposable

    public final class BlockingLastObserver<T>
    extends BlockingBaseObserver<T>
    Blocks until the upstream signals its last value or completes.
    • Constructor Detail

      • BlockingLastObserver

        public BlockingLastObserver()