[][src]Trait uikit_sys::NSMutableArray_NSPredicateSupport

pub trait NSMutableArray_NSPredicateSupport<ObjectType>: Sized + Deref {
    unsafe fn filterUsingPredicate_(self, predicate: NSPredicate)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn filterUsingPredicate_(self, predicate: NSPredicate) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl<ObjectType: 'static> NSMutableArray_NSPredicateSupport<ObjectType> for NSMutableArray[src]

Loading content...