Class WithFailures.Result<OutputT extends POutput,FailureElementT>

java.lang.Object
org.apache.beam.sdk.transforms.WithFailures.Result<OutputT,FailureElementT>
Type Parameters:
OutputT - Output type
FailureElementT - Element type for the failure PCollection
All Implemented Interfaces:
PInput, POutput
Enclosing class:
WithFailures

public abstract static class WithFailures.Result<OutputT extends POutput,FailureElementT> extends Object implements PInput, POutput
An intermediate output type for PTransforms that allows an output collection to live alongside a collection of elements that failed the transform.