|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSClass
org.rococoa.cocoa.foundation.NSObject._class_
org.rococoa.cocoa.foundation.NSPredicate._class_
org.rococoa.cocoa.foundation.NSCompoundPredicate._class_
public abstract static class NSCompoundPredicate._class_
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject |
---|
NSObject._class_ |
Nested classes/interfaces inherited from interface org.rococoa.ObjCClass |
---|
ObjCClass._Class |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Field Summary |
---|
Fields inherited from interface org.rococoa.ObjCClass |
---|
CLASS |
Constructor Summary | |
---|---|
NSCompoundPredicate._class_()
|
Method Summary | |
---|---|
abstract NSCompoundPredicate |
alloc()
Original signature : +(id)alloc native declaration : NSObject.h:77 |
abstract NSPredicate |
andPredicateWithSubpredicates(NSArray subpredicates)
Convenience Methods ** Original signature : +(NSPredicate*)andPredicateWithSubpredicates:(NSArray*) native declaration : NSCompoundPredicate.h:34 |
abstract NSCompoundPredicate |
new_()
Original signature : +(id)new native declaration : NSObject.h:75 |
abstract NSPredicate |
notPredicateWithSubpredicate(NSPredicate predicate)
Original signature : +(NSPredicate*)notPredicateWithSubpredicate:(NSPredicate*) native declaration : NSCompoundPredicate.h:36 |
abstract NSPredicate |
orPredicateWithSubpredicates(NSArray subpredicates)
Original signature : +(NSPredicate*)orPredicateWithSubpredicates:(NSArray*) native declaration : NSCompoundPredicate.h:35 |
Methods inherited from class org.rococoa.cocoa.foundation.NSPredicate._class_ |
---|
predicateWithFormat_argumentArray, predicateWithFormat, predicateWithValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, zone |
Constructor Detail |
---|
public NSCompoundPredicate._class_()
Method Detail |
---|
public abstract NSPredicate andPredicateWithSubpredicates(NSArray subpredicates)
+(NSPredicate*)andPredicateWithSubpredicates:(NSArray*)
public abstract NSPredicate orPredicateWithSubpredicates(NSArray subpredicates)
+(NSPredicate*)orPredicateWithSubpredicates:(NSArray*)
public abstract NSPredicate notPredicateWithSubpredicate(NSPredicate predicate)
+(NSPredicate*)notPredicateWithSubpredicate:(NSPredicate*)
public abstract NSCompoundPredicate alloc()
NSObject._class_
+(id)alloc
alloc
in class NSPredicate._class_
public abstract NSCompoundPredicate new_()
NSObject._class_
+(id)new
new_
in class NSPredicate._class_
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |