@Deprecated @Experimental(value=CORE_RUNNERS_ONLY) public static class PCollectionViews.IterableViewFn<T> extends ViewFn<Materializations.MultimapView<java.lang.Void,T>,java.lang.Iterable<T>>
Iterable<T>.
 For internal use only.
| Constructor and Description | 
|---|
IterableViewFn(PCollectionViews.TypeDescriptorSupplier<T> typeDescriptorSupplier)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Iterable<T> | 
apply(Materializations.MultimapView<java.lang.Void,T> primitiveViewT)
Deprecated.  
A function to adapt a primitive view type to a desired view type. 
 | 
Materialization<Materializations.MultimapView<java.lang.Void,T>> | 
getMaterialization()
Deprecated.  
Gets the materialization of this  
ViewFn. | 
TypeDescriptor<java.lang.Iterable<T>> | 
getTypeDescriptor()
Deprecated.  
Return the  
TypeDescriptor describing the output of this fn. | 
public IterableViewFn(PCollectionViews.TypeDescriptorSupplier<T> typeDescriptorSupplier)
public Materialization<Materializations.MultimapView<java.lang.Void,T>> getMaterialization()
ViewFnViewFn.getMaterialization in class ViewFn<Materializations.MultimapView<java.lang.Void,T>,java.lang.Iterable<T>>public java.lang.Iterable<T> apply(Materializations.MultimapView<java.lang.Void,T> primitiveViewT)
ViewFnapply in class ViewFn<Materializations.MultimapView<java.lang.Void,T>,java.lang.Iterable<T>>public TypeDescriptor<java.lang.Iterable<T>> getTypeDescriptor()
ViewFnTypeDescriptor describing the output of this fn.getTypeDescriptor in class ViewFn<Materializations.MultimapView<java.lang.Void,T>,java.lang.Iterable<T>>