Interface ConsoleWidthAccessor.ConsoleWidthBuilder<B extends ConsoleWidthAccessor.ConsoleWidthBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
ConsoleWidthAccessor

public static interface ConsoleWidthAccessor.ConsoleWidthBuilder<B extends ConsoleWidthAccessor.ConsoleWidthBuilder<B>>
Provides a builder method for a console width property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withConsoleWidth(int aConsoleWidth)
    Sets the console width for the console width property.
  • Method Details

    • withConsoleWidth

      B withConsoleWidth(int aConsoleWidth)
      Sets the console width for the console width property.
      Parameters:
      aConsoleWidth - The console width to be stored by the console width property.
      Returns:
      The builder for applying multiple build operations.