protected static class PAssert.PCollectionListContentsAssert<T>
extends java.lang.Object
PCollection in the given PCollectionList.| Constructor and Description | 
|---|
| PCollectionListContentsAssert(PCollectionList<T> actual) | 
| Modifier and Type | Method and Description | 
|---|---|
| PAssert.PCollectionListContentsAssert<T> | satisfies(java.util.List<SerializableFunction<java.lang.Iterable<T>,java.lang.Void>> checkerFnList)Takes list of  SerializableFunctions of the same size aspCollectionList, and
 applies each matcher to thePCollectionwith the identical index in thepCollectionList. | 
| PAssert.PCollectionListContentsAssert<T> | satisfies(SerializableFunction<java.lang.Iterable<T>,java.lang.Void> checkerFn) | 
public PCollectionListContentsAssert(PCollectionList<T> actual)
public PAssert.PCollectionListContentsAssert<T> satisfies(SerializableFunction<java.lang.Iterable<T>,java.lang.Void> checkerFn)
SerializableFunction to check the elements of each PCollection in
 the PCollectionList.
 Returns this PCollectionListContentsAssert.
public PAssert.PCollectionListContentsAssert<T> satisfies(java.util.List<SerializableFunction<java.lang.Iterable<T>,java.lang.Void>> checkerFnList)
SerializableFunctions of the same size as pCollectionList, and
 applies each matcher to the PCollection with the identical index in the pCollectionList.
 Returns this PCollectionListContentsAssert.