Interface TrimAccessor.TrimBuilder<B extends TrimAccessor.TrimBuilder<B>>

    • Method Detail

      • withTrim

        B withTrim​(boolean isTrim)
        Builder method for the TrimAccessor.TrimMutator.setTrim(boolean) method.
        Parameters:
        isTrim - The trim status to be stored by the trim property.
        Returns:
        The implementing instance as of the builder pattern.