Package rx.internal.operators
Class OnSubscribeThrow<T>
- java.lang.Object
-
- rx.internal.operators.OnSubscribeThrow<T>
-
- Type Parameters:
T
- the type of item (ostensibly) emitted by the Observable
- All Implemented Interfaces:
Action
,Action1<Subscriber<? super T>>
,Function
,Observable.OnSubscribe<T>
public final class OnSubscribeThrow<T> extends java.lang.Object implements Observable.OnSubscribe<T>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Throwable
exception
-
Constructor Summary
Constructors Constructor Description OnSubscribeThrow(java.lang.Throwable exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
call(Subscriber<? super T> observer)
-