Interface LengthAccessor.LengthProperty

    • Method Detail

      • letLength

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