Interface CaseAccessor.CaseBuilder<B extends CaseAccessor.CaseBuilder<?>>

    • Method Detail

      • withCase

        B withCase​(Case aCase)
        Sets the rows Case to use returns this builder as of the Builder-Pattern.
        Parameters:
        aCase - The Case to be used when printing a row or the header.
        Returns:
        This CaseAccessor.CaseBuilder instance to continue configuration.