Class PCollectionViews.IterableViewFn<T>

java.lang.Object
org.apache.beam.sdk.transforms.ViewFn<Materializations.MultimapView<Void,T>,Iterable<T>>
org.apache.beam.sdk.values.PCollectionViews.IterableViewFn<T>
All Implemented Interfaces:
Serializable
Enclosing class:
PCollectionViews

@Deprecated public static class PCollectionViews.IterableViewFn<T> extends ViewFn<Materializations.MultimapView<Void,T>,Iterable<T>>
Implementation which is able to adapt a multimap materialization to a Iterable<T>.

For internal use only.

See Also: