Interface IObjectListProvider<T>

    • Method Detail

      • stream

        default IStream<T,​java.lang.RuntimeException> stream()
      • get

        java.util.Collection<T> get​(int... indices)
      • get

        T get​(int index)
      • indices

        int[] indices​(java.lang.Iterable<T> objects)
      • size

        int size()
      • isEmpty

        boolean isEmpty()