Class MultiTransformationRenderer<Result,​Container,​Input>

  • Type Parameters:
    Result - The result type
    Container - The type of the input container
    Input - The type of the input element
    All Implemented Interfaces:
    TransformationRender<Result,​Result,​Container,​Input>

    public class MultiTransformationRenderer<Result,​Container,​Input>
    extends Object
    implements TransformationRender<Result,​Result,​Container,​Input>

    Multi transformation renderer, that iterates over all the child renderers, and returns the result of the first renderer that itself returns a result.

    Since:
    1.0
    Author:
    Andreas Pointner