You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RxJavaObservableExecutionHook is not compatible with Single type. For example: RxJavaObservableExecutionHook#onCreate method tooks Observable#OnSubscribe type as a parameter. However, Single is using it's own OnSubscribe type. Shall we implement new class to handle Single's hooks let's say RxJavaSingleExecutionHook ?
The text was updated successfully, but these errors were encountered:
phajduk
changed the title
Execition hook for Single
Execution hook for Single
Jan 2, 2016
RxJavaObservableExecutionHook
is not compatible withSingle
type. For example:RxJavaObservableExecutionHook#onCreate
method tooksObservable#OnSubscribe
type as a parameter. However,Single
is using it's ownOnSubscribe
type. Shall we implement new class to handleSingle
's hooks let's sayRxJavaSingleExecutionHook
?The text was updated successfully, but these errors were encountered: