Skip navigation links
A C L P R S T V 

A

apply(E) - Method in interface com.uber.autodispose.lifecycle.CorrespondingEventsFunction
Given an event event, returns the next corresponding event that this lifecycle should dispose on.

C

com.uber.autodispose.lifecycle - package com.uber.autodispose.lifecycle
 
correspondingEvents() - Method in interface com.uber.autodispose.lifecycle.LifecycleScopeProvider
 
correspondingEvents() - Method in class com.uber.autodispose.lifecycle.TestLifecycleScopeProvider
 
CorrespondingEventsFunction<E> - Interface in com.uber.autodispose.lifecycle
A corresponding events function that acts as a normal Function but ensures a single event type in the generic and tightens the possible exception thrown to OutsideScopeException.
create() - Static method in class com.uber.autodispose.lifecycle.TestLifecycleScopeProvider
 
createInitial(TestLifecycleScopeProvider.TestLifecycle) - Static method in class com.uber.autodispose.lifecycle.TestLifecycleScopeProvider
 

L

lifecycle() - Method in interface com.uber.autodispose.lifecycle.LifecycleScopeProvider
 
lifecycle() - Method in class com.uber.autodispose.lifecycle.TestLifecycleScopeProvider
 
LifecycleEndedException - Class in com.uber.autodispose.lifecycle
Signifies an error occurred due to execution starting after the lifecycle has ended.
LifecycleEndedException() - Constructor for class com.uber.autodispose.lifecycle.LifecycleEndedException
 
LifecycleEndedException(String) - Constructor for class com.uber.autodispose.lifecycle.LifecycleEndedException
 
LifecycleNotStartedException - Class in com.uber.autodispose.lifecycle
Signifies an error occurred due to execution starting before the lifecycle has started.
LifecycleNotStartedException() - Constructor for class com.uber.autodispose.lifecycle.LifecycleNotStartedException
 
LifecycleNotStartedException(String) - Constructor for class com.uber.autodispose.lifecycle.LifecycleNotStartedException
 
LifecycleScopeProvider<E> - Interface in com.uber.autodispose.lifecycle
A convenience interface that, when implemented, helps provide information to create ScopeProvider implementations that resolve the next corresponding lifecycle event and construct a Completable representation of it from the LifecycleScopeProvider.lifecycle() stream.
LifecycleScopes - Class in com.uber.autodispose.lifecycle
Utilities for dealing with LifecycleScopeProviders.

P

peekLifecycle() - Method in interface com.uber.autodispose.lifecycle.LifecycleScopeProvider
 
peekLifecycle() - Method in class com.uber.autodispose.lifecycle.TestLifecycleScopeProvider
 

R

requestScope() - Method in class com.uber.autodispose.lifecycle.TestLifecycleScopeProvider
 
resolveScopeFromLifecycle(LifecycleScopeProvider<E>) - Static method in class com.uber.autodispose.lifecycle.LifecycleScopes
Overload for resolving lifecycle providers that defaults to checking start and end boundaries of lifecycles.
resolveScopeFromLifecycle(LifecycleScopeProvider<E>, boolean) - Static method in class com.uber.autodispose.lifecycle.LifecycleScopes
Overload for resolving lifecycle providers allows configuration of checking "end" boundaries of lifecycles.
resolveScopeFromLifecycle(<any>, E) - Static method in class com.uber.autodispose.lifecycle.LifecycleScopes
 
resolveScopeFromLifecycle(<any>, E, Comparator<E>) - Static method in class com.uber.autodispose.lifecycle.LifecycleScopes
 

S

start() - Method in class com.uber.autodispose.lifecycle.TestLifecycleScopeProvider
Start the test lifecycle.
stop() - Method in class com.uber.autodispose.lifecycle.TestLifecycleScopeProvider
Stop the test lifecycle.

T

TestLifecycleScopeProvider - Class in com.uber.autodispose.lifecycle
Test utility to create LifecycleScopeProvider instances for tests.
TestLifecycleScopeProvider.TestLifecycle - Enum in com.uber.autodispose.lifecycle
 

V

valueOf(String) - Static method in enum com.uber.autodispose.lifecycle.TestLifecycleScopeProvider.TestLifecycle
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.uber.autodispose.lifecycle.TestLifecycleScopeProvider.TestLifecycle
Returns an array containing the constants of this enum type, in the order they are declared.
A C L P R S T V 
Skip navigation links