Interface HasConditions<X>

All Known Subinterfaces:
HasMutableConditions<X>
All Known Implementing Classes:
EasyTrigger

public interface HasConditions<X>
  • Method Summary

    Modifier and Type
    Method
    Description
    List<Condition<? super X>>
     
  • Method Details