Interface TaskMatcher


public interface TaskMatcher
Class to represent a condition when searching for tasks.
Since:
v3.13
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    match(TaskDescriptor<?> descriptor)
    Tells the caller whether the passed descriptor matches or not.
  • Method Details

    • match

      boolean match(TaskDescriptor<?> descriptor)
      Tells the caller whether the passed descriptor matches or not.
      Parameters:
      descriptor - the descriptor to test.
      Returns:
      true if the passed descriptor "matches" or false otherwise.