Class WithFailures.Result<OutputT extends POutput,​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 java.lang.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.