-
public final class ConfigurationReferenceExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final <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 <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.
-