-
Notifications
You must be signed in to change notification settings - Fork 10
Home
tgrapperon edited this page Dec 27, 2021
·
11 revisions
- ComposableEnvironment: The base class of your environments.
- GlobalEnvironment
- GlobalDependenciesAccessing
-
DerivedEnvironment:
Use this property wrapper to declare child
ComposableEnvironmentin aComposableEnvironmentsubclass. - ComposableEnvironment
-
DerivedEnvironment:
Use this property wrapper to declare some child
GlobalEnvironmentin aGlobalEnvironmentparent. -
Dependency:
Use this property wrapper to declare depencies in a
ComposableEnvironmentsubclass. -
AliasBuilder:
A type that is used to configure dependencies aliases when using the
DerivedEnvironmentproperty wrapper. - Dependencies: This type acts as a namespace to reference your dependencies.
- DependencyAliases
- Dependency: Use this property wrapper to access global depencies anywhere.
-
AliasBuilder:
A type that is used to configure dependencies aliases when using the
DerivedEnvironmentproperty wrapper.
-
DependencyKey:
Conform types to this protocol to define dependencies as
Dependenciescomputed properties. - GlobalDependenciesAccessing: A marker protocol that provides convenient access to global dependencies.
- GlobalEnvironment: A protocol characterizing a type that has no local dependencies.
Generated at 2022-08-22T21:22:01+0000 using swift-doc 1.0.0-rc.1.