[][src]Trait uikit_sys::INSCompoundPredicate

pub trait INSCompoundPredicate: Sized + Deref {
    unsafe fn initWithType_subpredicates_(
        self,
        type_: NSCompoundPredicateType,
        subpredicates: NSArray
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn compoundPredicateType(self) -> NSCompoundPredicateType
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn subpredicates(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn andPredicateWithSubpredicates_(
        subpredicates: NSArray
    ) -> NSCompoundPredicate
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn orPredicateWithSubpredicates_(
        subpredicates: NSArray
    ) -> NSCompoundPredicate
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn notPredicateWithSubpredicate_(
        predicate: NSPredicate
    ) -> NSCompoundPredicate
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithType_subpredicates_(
    self,
    type_: NSCompoundPredicateType,
    subpredicates: NSArray
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype where
    Self::Target: Message + Sized

unsafe fn compoundPredicateType(self) -> NSCompoundPredicateType where
    Self::Target: Message + Sized

unsafe fn subpredicates(self) -> NSArray where
    Self::Target: Message + Sized

unsafe fn andPredicateWithSubpredicates_(
    subpredicates: NSArray
) -> NSCompoundPredicate where
    Self::Target: Message + Sized

unsafe fn orPredicateWithSubpredicates_(
    subpredicates: NSArray
) -> NSCompoundPredicate where
    Self::Target: Message + Sized

unsafe fn notPredicateWithSubpredicate_(
    predicate: NSPredicate
) -> NSCompoundPredicate where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSCompoundPredicate for NSCompoundPredicate[src]

Loading content...