LifecycleScopeProvider
@DoNotMock(value = "Use TestLifecycleScopeProvider instead")
A convenience interface that, when implemented, helps provide information to create implementations that resolve the next corresponding lifecycle event and construct a Completable representation of it from the lifecycle stream.
Convenience resolver utilities for this can be found in LifecycleScopes.
Parameters
<E>
the lifecycle event type.