Interface WidthAccessor.WidthProperty

    • Method Detail

      • letWidth

        default int letWidth​(int aWidth)
        This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given integer (setter) as of WidthAccessor.WidthMutator.setWidth(int) and returns the very same value (getter).
        Parameters:
        aWidth - The integer to set (via WidthAccessor.WidthMutator.setWidth(int)).
        Returns:
        Returns the value passed for it to be used in conclusive processing steps.