Interface NodeName

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface NodeName
    Used by the various "resolved" methods and "at" methods. If the argument to one of these methods implements this interface, the nodeName() method is used instead of calling toString()
    • Method Detail

      • nodeName

        java.lang.String nodeName()
      • nameFrom

        static java.lang.String nameFrom​(java.lang.Object obj)