Class PCollectionViews.IterableBackedListViewFn<T>

java.lang.Object
org.apache.beam.sdk.transforms.ViewFn<Materializations.IterableView<T>,List<T>>
org.apache.beam.sdk.values.PCollectionViews.IterableBackedListViewFn<T>
All Implemented Interfaces:
Serializable
Enclosing class:
PCollectionViews

public static class PCollectionViews.IterableBackedListViewFn<T> extends ViewFn<Materializations.IterableView<T>,List<T>>
Implementation which is able to adapt an iterable materialization to a List<T>.

Unlike ListViewFn2, this implementation is optimized for iteration rather than indexing.

For internal use only.

See Also: