<
A
B
C
D
E
F
G
H
I
J
M
N
O
P
R
S
T
V
W
E
- EmptyDestinationsNavigator - class in com.ramcosta.composedestinations.navigation
- Empty implementation of DestinationsNavigator Useful for tests and Composable previews.
- EmptyResultBackNavigator - class in com.ramcosta.composedestinations.result
- Empty implementation of ResultBackNavigator to use in previews and possibly testing.
- EmptyResultRecipient - class in com.ramcosta.composedestinations.result
- Empty implementation of ResultRecipient to use in previews and possibly testing.
- encodeForRoute(String) - function in com.ramcosta.composedestinations.navargs.utils.NavArgEncodingUtilsKt
- equals(Object) - function in com.ramcosta.composedestinations.spec.BaseRoute
- equals(Object) - function in com.ramcosta.composedestinations.spec.ExternalRoute
- ExternalDestination - class in com.ramcosta.composedestinations.annotation
- Can be used in a companion object of a NavGraph annotated annotation to include a DestinationSpec from another module in the navigation graph.
- ExternalModuleDestinations - class in com.ramcosta.composedestinations.annotation
- Annotation used to import all destinations from T.
- ExternalModuleGraph - class in com.ramcosta.composedestinations.annotation
- Marks the Destination or NavGraph as having a parent navigation graph defined in another module.
- ExternalNavGraph - class in com.ramcosta.composedestinations.annotation
- Can be used in a companion object of a NavGraph annotated annotation to include a NavGraphSpec from another module as nested in the navigation graph.
- ExternalNavGraph.Companion - class in com.ramcosta.composedestinations.annotation.ExternalNavGraph
- ExternalRoute - class in com.ramcosta.composedestinations.spec
- We want to make external routes essentially identity transparent, so we use the identity related methods from original.