[][src]Trait uikit_sys::NSMutableSet_NSPredicateSupport

pub trait NSMutableSet_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> NSMutableSet_NSPredicateSupport<ObjectType> for NSCountedSet[src]

impl<ObjectType: 'static> NSMutableSet_NSPredicateSupport<ObjectType> for NSMutableSet[src]

Loading content...