T
public interface ICondition<T>
Represents a condition which can be used by filters or search methods.
boolean
check(T el)
boolean check(T el)