Package 

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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • flowOf

         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

      • referenceTo

         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.