Interface Selectee<T>

    • Method Summary

      Modifier and Type Method Description
      T selected​(Interpreter interpreter)
      Performs this operation against interpreter.
    • Method Detail

      • selected

        T selected​(Interpreter interpreter)
        Performs this operation against interpreter. By convention, a null return value indicates to "collection-oriented" calling Selectors (e.g. ChildrenSelector, KeysSelector) that forSelected should continue to be invoked, if possible. A non-null value indicates to such Selectors that forSelected should return immediately.