Class DeclarationChain.DeclarationStage<T>

  • Type Parameters:
    T - The output of previous transformations. Will be the input type of further chained operation.
    Enclosing class:
    DeclarationChain<IN>

    public class DeclarationChain.DeclarationStage<T>
    extends Object
    A DeclarationStage is a single stage in a declaration chain. It allows a further chaining of operations.