Class ObservableLastStageObserver<T>

java.lang.Object
java.util.concurrent.CompletableFuture<T>
io.reactivex.rxjava3.internal.jdk8.ObservableLastStageObserver<T>
Type Parameters:
T - the element type
All Implemented Interfaces:
Observer<T>, CompletionStage<T>, Future<T>

public final class ObservableLastStageObserver<T> extends CompletableFuture<T>
Signals the last element of the source via the underlying CompletableFuture, signals the a default item if the upstream is empty or signals NoSuchElementException.
Since:
3.0.0