Interface CharAccessor.CharBuilder<B extends CharAccessor.CharBuilder<B>>

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

    public static interface CharAccessor.CharBuilder<B extends CharAccessor.CharBuilder<B>>
    Provides a builder method for a char property returning the builder for applying multiple build operations.
    • Method Detail

      • withChar

        B withChar​(char aChar)
        Sets the char for the char property.
        Parameters:
        aChar - The char to be stored by the char property.
        Returns:
        The builder for applying multiple build operations.