reaktive
Toggle table of contents
2.4.0
common
Platform filter
common
Switch theme
Search in API
reaktive
reaktive
/
com.badoo.reaktive.observable
/
ObservableWrapper
/
subscribe
subscribe
fun
subscribe
(
onSubscribe
:
(
Disposable
)
->
Unit
?
=
null
,
onError
:
(
Throwable
)
->
Unit
?
=
null
,
onComplete
:
(
)
->
Unit
?
=
null
,
onNext
:
(
T
)
->
Unit
?
=
null
)
:
Disposable
fun
subscribe
(
)
:
Disposable
fun
subscribe
(
onNext
:
(
T
)
->
Unit
)
:
Disposable
fun
subscribe
(
onComplete
:
(
)
->
Unit
,
onNext
:
(
T
)
->
Unit
)
:
Disposable
fun
subscribe
(
onError
:
(
Throwable
)
->
Unit
,
onComplete
:
(
)
->
Unit
,
onNext
:
(
T
)
->
Unit
)
:
Disposable