Class ConfigurationReferenceExtensionsKt
-
- All Implemented Interfaces:
public final class ConfigurationReferenceExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any, N extends ScopedConfigurationNode<N>> Flow<T>flowOf(ConfigurationReference<N> $self, Object path)Create a flow with events for every refresh of a value backing this reference final static <T extends Any, N extends ScopedConfigurationNode<N>> ValueReference<T, N>referenceTo(ConfigurationReference<N> $self, Object path)Get a reference to the value of type T at path. -
-
Method Detail
-
flowOf
final static <T extends Any, N extends ScopedConfigurationNode<N>> Flow<T> flowOf(ConfigurationReference<N> $self, Object path)
Create a flow with events for every refresh of a value backing this reference
-
referenceTo
final static <T extends Any, N extends ScopedConfigurationNode<N>> ValueReference<T, N> referenceTo(ConfigurationReference<N> $self, Object path)
Get a reference to the value of type T at path.
-
-
-
-