commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-provider
/
xyz.xenondevs.commons.provider
/
Provider
/
unsubscribeWeak
unsubscribe
Weak
abstract
fun
<
R
:
Any
>
unsubscribeWeak
(
owner
:
R
,
action
:
(
R
,
T
)
->
Unit
)
Removes a previously registered
weak subscriber
.
abstract
fun
<
R
:
Any
>
unsubscribeWeak
(
owner
:
R
)
Removes all
weak subscribers
under the given
owner
.