[][src]Trait uikit_sys::NSMutableOrderedSet_NSPredicateSupport

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

Provided methods

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

Loading content...

Implementors

impl<ObjectType: 'static> NSMutableOrderedSet_NSPredicateSupport<ObjectType> for NSMutableOrderedSet[src]

Loading content...