Package apple.foundation.enums
Class NSCompoundPredicateType
- java.lang.Object
-
- apple.foundation.enums.NSCompoundPredicateType
-
public final class NSCompoundPredicateType extends java.lang.ObjectCompound predicates are predicates which act on the results of evaluating other operators. We provide the basic boolean operators: AND, OR, and NOT.
-
-
Field Summary
Fields Modifier and Type Field Description static longAndPredicateTypestatic longNotPredicateTypestatic longOrPredicateType
-
-
-
Field Detail
-
NotPredicateType
public static final long NotPredicateType
- See Also:
- Constant Field Values
-
AndPredicateType
public static final long AndPredicateType
- See Also:
- Constant Field Values
-
OrPredicateType
public static final long OrPredicateType
- See Also:
- Constant Field Values
-
-