public interface

CompletableSource

io.reactivex.CompletableSource
Known Indirect Subclasses

Class Overview

Represents a basic Completable source base interface, consumable via an CompletableObserver.

Summary

Public Methods
abstract void subscribe(CompletableObserver cs)
Subscribes the given CompletableObserver to this CompletableSource instance.

Public Methods

public abstract void subscribe (CompletableObserver cs)

Subscribes the given CompletableObserver to this CompletableSource instance.

Parameters
cs the CompletableObserver, not null
Throws
NullPointerException if cs is null