Up
Authors
- Dr. H. Nikolaus Schaller
-
Date: Generated at 2024-06-27 06:51:44 +0000
Copyright: (C) 2005 Free Software Foundation, Inc.
- Declared in:
- Foundation/NSCompoundPredicate.h
Availability: MacOS-X 10.4.0
Description forthcoming.
Instance Variables
Method summary
+ (
NSPredicate*)
andPredicateWithSubpredicates: (
NSArray*)list;
Availability: MacOS-X 10.4.0
Description forthcoming.
+ (
NSPredicate*)
notPredicateWithSubpredicate: (
NSPredicate*)predicate;
Availability: MacOS-X 10.4.0
Description forthcoming.
+ (
NSPredicate*)
orPredicateWithSubpredicates: (
NSArray*)list;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (
NSArray*)
subpredicates;
Availability: MacOS-X 10.4.0
Description forthcoming.
Instance Variables for NSCompoundPredicate Class
@protected NSArray* _subs;
Availability: MacOS-X 10.4.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSCompoundPredicateType _type;
Availability: MacOS-X 10.4.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up