-
- All Implemented Interfaces:
-
com.tds.common.reactor.Observer
public class SerializedObserver<T> implements Observer<T>
-
-
Constructor Summary
Constructors Constructor Description SerializedObserver(Observer<out Object> s)
-
Method Summary
Modifier and Type Method Description void
onNext(T t)
void
onError(Throwable e)
void
onCompleted()
-