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 NodeNameUsed by the various "resolved" methods and "at" methods. If the argument to one of these methods implements this interface, thenodeName()method is used instead of callingtoString()
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static java.lang.StringnameFrom(java.lang.Object obj)java.lang.StringnodeName()
-