org.rococoa.cocoa.foundation.categories
Interface NSPredicateSupport

All Superinterfaces:
ObjCObject

public interface NSPredicateSupport
extends ObjCObject

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface NSPredicateSupport._static_
           
 
Method Summary
 NSArray filteredArrayUsingPredicate(NSPredicate predicate)
          evaluate a predicate against an array of objects and return a filtered array
Original signature : -(NSArray*)filteredArrayUsingPredicate:(NSPredicate*)
from NSPredicateSupport native declaration : NSPredicate.h:42
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

filteredArrayUsingPredicate

NSArray filteredArrayUsingPredicate(NSPredicate predicate)
evaluate a predicate against an array of objects and return a filtered array
Original signature : -(NSArray*)filteredArrayUsingPredicate:(NSPredicate*)
from NSPredicateSupport native declaration : NSPredicate.h:42



Copyright © 2009. All Rights Reserved.