autodispose-android-archcomponents-ktx / com.uber.autodispose.android.lifecycle / android.arch.lifecycle.LifecycleOwner

Extensions for android.arch.lifecycle.LifecycleOwner

scope

fun LifecycleOwner.scope(): LifecycleScopeProvider<*>
fun LifecycleOwner.scope(untilEvent: Event): LifecycleScopeProvider<*>
fun LifecycleOwner.scope(boundaryResolver: CorrespondingEventsFunction<Event>): LifecycleScopeProvider<*>

Extension that returns a LifecycleScopeProvider for this LifecycleOwner.