Class EffectResponse.Empty

Enclosing class:
EffectResponse

public static final class EffectResponse.Empty extends EffectResponse
Represents an empty response, which means that the requested change is possible, but not required.
See Also:
  • Constructor Details

  • Method Details

    • isEmpty

      public boolean isEmpty()
      Description copied from class: EffectResponse
      Returns whether this response is empty, which means that there are no errors, but no change is needed, for example, because the item is already in the required state.
      Overrides:
      isEmpty in class EffectResponse