Uses of Class
org.robovm.apple.foundation.NSCompoundPredicateType
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSCompoundPredicateType in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSCompoundPredicateType Modifier and Type Method Description NSCompoundPredicateTypeNSCompoundPredicate. getCompoundPredicateType()static NSCompoundPredicateTypeNSCompoundPredicateType. valueOf(long n)Returns the enum constant of this type with the specified name.static NSCompoundPredicateTypeNSCompoundPredicateType. valueOf(String name)Returns the enum constant of this type with the specified name.static NSCompoundPredicateType[]NSCompoundPredicateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.foundation with parameters of type NSCompoundPredicateType Modifier and Type Method Description protected longNSCompoundPredicate. init(NSCompoundPredicateType type, NSArray<NSPredicate> subpredicates)Constructors in org.robovm.apple.foundation with parameters of type NSCompoundPredicateType Constructor Description NSCompoundPredicate(NSCompoundPredicateType type, NSArray<NSPredicate> subpredicates)