Interface NodeName

All Known Implementing Classes:
Group, Instance, LocationAvailable, Message, UserCreated
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 Summary

    Modifier and Type
    Method
    Description
    static String
     
     
  • Method Details