Package hu.akarnokd.rxjava3.operators
Interface BasicEmitter<T>
-
- Type Parameters:
T- the value type
public interface BasicEmitter<T>Abstraction over a Subscriber.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoComplete()voiddoError(Throwable t)voiddoNext(T t)
-