Interface EmptyAccessor.EmptyProperty

All Superinterfaces:
EmptyAccessor, EmptyAccessor.EmptyMutator
Enclosing interface:
EmptyAccessor

public static interface EmptyAccessor.EmptyProperty extends EmptyAccessor, EmptyAccessor.EmptyMutator
Provides a empty property.
  • Method Details

    • letEmpty

      default boolean letEmpty(boolean isEmpty)
      This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given boolean (setter) as of EmptyAccessor.EmptyMutator.setEmpty(boolean) and returns the very same value (getter).
      Parameters:
      isEmpty - The boolean to set (via EmptyAccessor.EmptyMutator.setEmpty(boolean)).
      Returns:
      Returns the value passed for it to be used in conclusive processing steps.