ListViewFn2.@Deprecated @Experimental(value=CORE_RUNNERS_ONLY) public static class PCollectionViews.ListViewFn<T> extends ViewFn<Materializations.MultimapView<java.lang.Void,T>,java.util.List<T>>
List<T>.
 For internal use only.
| Constructor and Description | 
|---|
ListViewFn(PCollectionViews.TypeDescriptorSupplier<T> typeDescriptorSupplier)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<T> | 
apply(Materializations.MultimapView<java.lang.Void,T> primitiveViewT)
Deprecated.  
A function to adapt a primitive view type to a desired view type. 
 | 
boolean | 
equals(@Nullable java.lang.Object other)
Deprecated.  
  | 
Materialization<Materializations.MultimapView<java.lang.Void,T>> | 
getMaterialization()
Deprecated.  
Gets the materialization of this  
ViewFn. | 
TypeDescriptor<java.util.List<T>> | 
getTypeDescriptor()
Deprecated.  
Return the  
TypeDescriptor describing the output of this fn. | 
int | 
hashCode()
Deprecated.  
  | 
public ListViewFn(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.util.List<T>>public java.util.List<T> apply(Materializations.MultimapView<java.lang.Void,T> primitiveViewT)
ViewFnapply in class ViewFn<Materializations.MultimapView<java.lang.Void,T>,java.util.List<T>>public TypeDescriptor<java.util.List<T>> getTypeDescriptor()
ViewFnTypeDescriptor describing the output of this fn.getTypeDescriptor in class ViewFn<Materializations.MultimapView<java.lang.Void,T>,java.util.List<T>>public boolean equals(@Nullable java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object