-
- All Implemented Interfaces:
-
com.tds.common.reactor.Observable.OnSubscribe
,com.tds.common.reactor.functions.Action
,com.tds.common.reactor.functions.Action1
,com.tds.common.reactor.functions.Function
public final class OnSubscribeThrow<T> implements Observable.OnSubscribe<T>
-
-
Constructor Summary
Constructors Constructor Description OnSubscribeThrow(Throwable exception)
-
Method Summary
Modifier and Type Method Description void
call(Subscriber<out Object> observer)
-
-
Constructor Detail
-
OnSubscribeThrow
OnSubscribeThrow(Throwable exception)
-
-
Method Detail
-
call
void call(Subscriber<out Object> observer)
-
-
-
-