Interface LengthAccessor.LengthBuilder<B extends LengthAccessor.LengthBuilder<B>>

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

public static interface LengthAccessor.LengthBuilder<B extends LengthAccessor.LengthBuilder<B>>
Provides a builder method for a length property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type Method Description
    B withLength​(int aLength)
    Sets the length for the length property.
  • Method Details

    • withLength

      B withLength​(int aLength)
      Sets the length for the length property.
      Parameters:
      aLength - The length to be stored by the length property.
      Returns:
      The builder for applying multiple build operations.