Interface CheckerboardAccessor.CheckerboardBuilder<P extends Player<P,​S>,​S,​B extends CheckerboardAccessor.CheckerboardBuilder<P,​S,​B>>

Type Parameters:
P - the generic type
S - the generic type
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
CheckerboardAccessor<P extends Player<P,​S>,​S>

public static interface CheckerboardAccessor.CheckerboardBuilder<P extends Player<P,​S>,​S,​B extends CheckerboardAccessor.CheckerboardBuilder<P,​S,​B>>
Provides a builder method for a player property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type Method Description
    B withCheckerboard​(Checkerboard<P,​S> aCheckerboard)
    Sets the player for the player property.
  • Method Details

    • withCheckerboard

      B withCheckerboard​(Checkerboard<P,​S> aCheckerboard)
      Sets the player for the player property.
      Parameters:
      aCheckerboard - The player to be stored by the player property.
      Returns:
      The builder for applying multiple build operations.