Package 

Class ConfigurationNodeFactoryExtensionsKt

    • Method Summary

      Modifier and Type Method Description
      final <N extends ConfigurationNode> N invoke(ConfigurationNodeFactory<N> $self, ConfigurationOptions options) Use the receiver factory to create a new node.
      final <T extends ConfigurationNode> T node(ConfigurationNodeFactory<T> $self, ConfigurationOptions options, Function1<T, Unit> init) Given a node factory, create and configure an empty node.
      • Methods inherited from class java.lang.Object

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

      • invoke

         final <N extends ConfigurationNode> N invoke(ConfigurationNodeFactory<N> $self, ConfigurationOptions options)

        Use the receiver factory to create a new node.

      • node

         final <T extends ConfigurationNode> T node(ConfigurationNodeFactory<T> $self, ConfigurationOptions options, Function1<T, Unit> init)

        Given a node factory, create and configure an empty node. Options may be provided, but otherwise the factory's defaults will be used.