Interface BooleanArrayAccessor.BooleanArrayBuilder<B extends BooleanArrayAccessor.BooleanArrayBuilder<B>>

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

public static interface BooleanArrayAccessor.BooleanArrayBuilder<B extends BooleanArrayAccessor.BooleanArrayBuilder<B>>
Provides a builder method for a boolean array property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withBooleans(boolean[] aBooleans)
    Sets the boolean array for the boolean array property.
  • Method Details

    • withBooleans

      B withBooleans(boolean[] aBooleans)
      Sets the boolean array for the boolean array property.
      Parameters:
      aBooleans - The boolean array to be stored by the boolean array property.
      Returns:
      The builder for applying multiple build operations.