public static class PAssert.GroupThenAssertForSingleton<T> extends PTransform<PCollection<Iterable<T>>,PDone> implements Serializable
PCollection.name| Modifier and Type | Method and Description |
|---|---|
PDone |
apply(PCollection<Iterable<T>> input)
Applies this
PTransform on the given InputT, and returns its
Output. |
getDefaultOutputCoder, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName, populateDisplayData, toString, validatepublic PDone apply(PCollection<Iterable<T>> input)
PTransformPTransform on the given InputT, and returns its
Output.
Composite transforms, which are defined in terms of other transforms, should return the output of one of the composed transforms. Non-composite transforms, which do not apply any transforms internally, should return a new unbound output and register evaluators (via backend-specific registration methods).
apply in class PTransform<PCollection<Iterable<T>>,PDone>