public class EtherObservable<T>
extends Ether
An extension of class Ether
that also exposes a Flowable for the data send to this class Ether
Modifier and Type | Class and Description |
---|---|
static class |
EtherObservable.Companion |
Modifier and Type | Field and Description |
---|---|
static EtherObservable.Companion |
Companion |
Modifier and Type | Method and Description |
---|---|
static <T> io.reactivex.Flowable<T> |
observableOf(java.lang.Class<T> type) |
clear, publish, publisherOf, subscribe, subscriberOf, unsubscribe
publish
subscribe, unsubscribe
public static EtherObservable.Companion Companion