Class NodePathExtensionsKt

    • 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 NodePath plus(NodePath $self, NodePath other) Concatenate this with another NodePath.
      final static NodePath plus(NodePath $self, Object child) Concatenate this with a single child path element.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • plus

        @Deprecated(message = "This method has been added directly to NodePath", replaceWith = @ReplaceWith(imports = {}, expression = "this.plus(other)")) final static NodePath plus(NodePath $self, NodePath other)

        Concatenate this with another NodePath.

      • plus

         final static NodePath plus(NodePath $self, Object child)

        Concatenate this with a single child path element.