Interface ImpositionsSpec


  • public interface ImpositionsSpec
    Used to specify a set of impositions.
    Since:
    1.2
    See Also:
    Impositions.of(Action)
    • Method Detail

      • add

        ImpositionsSpec add​(Imposition imposition)
        Adds the imposition, replacing any previous imposition of the exact same type.
        Parameters:
        imposition - the imposition to add
        Returns:
        this