Interface FromElementsSource.ElementsSupplier<OUT>

  • Type Parameters:
    OUT - the type of the elements supplied
    All Superinterfaces:
    Serializable
    Enclosing class:
    FromElementsSource<OUT>

    public static interface FromElementsSource.ElementsSupplier<OUT>
    extends Serializable
    A supplier of elements that allows to get those from any offset at any time.
    • Method Detail

      • numElements

        int numElements()
      • get

        OUT get​(int offset)