Package 

Class NodePathExtensionsKt

    • Method Summary

      Modifier and Type Method Description
      final NodePath plus(NodePath $self, NodePath other) Concatenate this with another NodePath.
      final 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
    • Method Detail

      • plus

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

        Concatenate this with another NodePath.

      • plus

         final NodePath plus(NodePath $self, Object child)

        Concatenate this with a single child path element.