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

         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.