Class WorkReportPredicate.TimesPredicate

java.lang.Object
com.redhat.parodos.workflows.work.WorkReportPredicate.TimesPredicate
All Implemented Interfaces:
WorkReportPredicate
Enclosing interface:
WorkReportPredicate

public static class WorkReportPredicate.TimesPredicate extends Object implements WorkReportPredicate
A predicate that returns true after a given number of times.
Author:
Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
  • Constructor Details

    • TimesPredicate

      public TimesPredicate(int times)
  • Method Details