Interface UiElementList<SELF>

    • Method Detail

      • get

        SELF get​(int i)
      • size

        int size()
      • isEmpty

        default boolean isEmpty()
      • first

        default SELF first()
      • last

        default SELF last()
      • stream

        default java.util.stream.Stream<SELF> stream()