public final class OperatorReplay extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OperatorReplay
A subject that wraps another subject.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Subject |
createScheduledSubject(Subject
Creates a subject whose client observers will observe events propagated through the given wrapped subject.
|
static <T> Observable |
subscriberOf(Observable
Return an OnSubscribeFunc which delegates the subscription to the given observable.
|
public static <T> Subject<T ,T> createScheduledSubject(Subject <T ,T> subject, Scheduler scheduler)
T - the element type
subject - the subject to wrap
scheduler - the target scheduler
public static <T> Observable.OnSubscribe <T> subscriberOf(Observable <T> target)
T - the value type
target - the target observable