Class IncludesPredicate

All Implemented Interfaces:
TemporalPredicate, ModelComponent

public class IncludesPredicate extends AbstractTemporalPredicate<IncludesPredicate>
  • Constructor Details

    • IncludesPredicate

      public IncludesPredicate()
    • IncludesPredicate

      public IncludesPredicate(long max, TimeUnit maxUnit)
    • IncludesPredicate

      public IncludesPredicate(long min, TimeUnit minUnit, long max, TimeUnit maxUnit)
  • Method Details