Interface FloatArrayAccessor.FloatArrayBuilder<B extends FloatArrayAccessor.FloatArrayBuilder<B>>

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

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

    Modifier and Type Method Description
    B withFloats​(float[] aFloats)
    Sets the float array for the float array property.
  • Method Details

    • withFloats

      B withFloats​(float[] aFloats)
      Sets the float array for the float array property.
      Parameters:
      aFloats - The float array to be stored by the float array property.
      Returns:
      The builder for applying multiple build operations.