Interface HasMutableConditions<X>

All Superinterfaces:
HasConditions<X>, HasEventType
All Known Implementing Classes:
EasyTrigger

public interface HasMutableConditions<X> extends HasConditions<X>, HasEventType
  • Method Details

    • setConditions

      void setConditions(List<Condition<? super X>> conditions)
    • addCondition

      void addCondition(Condition<? super X> condition)
    • removeCondition

      void removeCondition(Condition<? super X> condition)
    • classForConditions

      Class<X> classForConditions()
    • getEventType

      default Class<?> getEventType()
      Specified by:
      getEventType in interface HasEventType