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 Summary

    Modifier and Type
    Method
    Description
    get(int offset)
     
    int
     
  • Method Details

    • numElements

      int numElements()
    • get

      OUT get(int offset)