autodispose-root
jvm
autodispose
/
autodispose2
/
CompletableSubscribeProxy
Completable
Subscribe
Proxy
interface
CompletableSubscribeProxy
Subscribe proxy that matches
Completable
's subscribe overloads.
Members
Functions
subscribe
Link copied to clipboard
abstract
fun
subscribe
(
)
:
Disposable
Proxy for
subscribe
.
abstract
fun
subscribe
(
observer
:
CompletableObserver
)
Proxy for
subscribe
.
abstract
fun
subscribe
(
action
:
Action
)
:
Disposable
Proxy for
subscribe
.
abstract
fun
subscribe
(
action
:
Action
,
onError
:
Consumer
<
out
Any
>
)
:
Disposable
Proxy for
subscribe
.
subscribe
With
Link copied to clipboard
@
CheckReturnValue
abstract
fun
<
@
NonNull
E
:
CompletableObserver
?
>
subscribeWith
(
observer
:
E
)
:
E
Proxy for
subscribeWith
.
test
Link copied to clipboard
@
CheckReturnValue
abstract
fun
test
(
)
:
TestObserver
<
Void
>
Proxy for
test
.
@
CheckReturnValue
abstract
fun
test
(
dispose
:
Boolean
)
:
TestObserver
<
Void
>
Proxy for
test
.