Interface SizeAccessor.SizeProperty

All Superinterfaces:
SizeAccessor, SizeAccessor.SizeMutator
Enclosing interface:
SizeAccessor

public static interface SizeAccessor.SizeProperty
extends SizeAccessor, SizeAccessor.SizeMutator
Provides a size property.
  • Method Details

    • letSize

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