Class PCollectionViews.SingletonViewFn<T>

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

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

For internal use only.

See Also: