Interface ObservableSource<T>

Type Parameters:
T - the element type
All Known Implementing Classes:
AsyncSubject, BehaviorSubject, ConnectableObservable, GroupedObservable, Observable, PublishSubject, ReplaySubject, Subject, UnicastSubject
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ObservableSource<@NonNull T>
Represents a basic, non-backpressured Observable source base interface, consumable via an Observer.
Since:
2.0