Class Selector.Getter<T>

  • Type Parameters:
    T - the selectable class' type
    Enclosing class:
    Selector<T>

    public static final class Selector.Getter<T>
    extends java.lang.Object
    An efficient, unchecked getter for a selector for a given class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Selector<T> getSelector()
      Get the selector for this getter.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSelector

        public Selector<T> getSelector()
        Get the selector for this getter. No permission checks are performed.
        Returns:
        the selector