Class BlockingFirstObserver<T>

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

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

      • BlockingFirstObserver

        public BlockingFirstObserver()