com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Interface ICondition<T>

  • Type Parameters:
    T - The type of object to apply method interface to.
    All Known Implementing Classes:
    And, AndAllCondition, Not


    public interface ICondition<T>

    Represents a condition which can be used by filters or search methods.

    • Method Detail

      • check

        boolean check(T el)