Class ConfigurationReferenceExtensionsKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

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

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

    • 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.