[][src]Trait uikit_sys::INSComparisonPredicate

pub trait INSComparisonPredicate: Sized + Deref {
    unsafe fn initWithLeftExpression_rightExpression_modifier_type_options_(
        self,
        lhs: NSExpression,
        rhs: NSExpression,
        modifier: NSComparisonPredicateModifier,
        type_: NSPredicateOperatorType,
        options: NSComparisonPredicateOptions
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithLeftExpression_rightExpression_customSelector_(
        self,
        lhs: NSExpression,
        rhs: NSExpression,
        selector: Sel
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn predicateOperatorType(self) -> NSPredicateOperatorType
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn comparisonPredicateModifier(self) -> NSComparisonPredicateModifier
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn leftExpression(self) -> NSExpression
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn rightExpression(self) -> NSExpression
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn customSelector(self) -> Sel
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn options(self) -> NSComparisonPredicateOptions
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn predicateWithLeftExpression_rightExpression_modifier_type_options_(
        lhs: NSExpression,
        rhs: NSExpression,
        modifier: NSComparisonPredicateModifier,
        type_: NSPredicateOperatorType,
        options: NSComparisonPredicateOptions
    ) -> NSComparisonPredicate
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn predicateWithLeftExpression_rightExpression_customSelector_(
        lhs: NSExpression,
        rhs: NSExpression,
        selector: Sel
    ) -> NSComparisonPredicate
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithLeftExpression_rightExpression_modifier_type_options_(
    self,
    lhs: NSExpression,
    rhs: NSExpression,
    modifier: NSComparisonPredicateModifier,
    type_: NSPredicateOperatorType,
    options: NSComparisonPredicateOptions
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithLeftExpression_rightExpression_customSelector_(
    self,
    lhs: NSExpression,
    rhs: NSExpression,
    selector: Sel
) -> instancetype where
    Self::Target: Message + Sized

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

unsafe fn predicateOperatorType(self) -> NSPredicateOperatorType where
    Self::Target: Message + Sized

unsafe fn comparisonPredicateModifier(self) -> NSComparisonPredicateModifier where
    Self::Target: Message + Sized

unsafe fn leftExpression(self) -> NSExpression where
    Self::Target: Message + Sized

unsafe fn rightExpression(self) -> NSExpression where
    Self::Target: Message + Sized

unsafe fn customSelector(self) -> Sel where
    Self::Target: Message + Sized

unsafe fn options(self) -> NSComparisonPredicateOptions where
    Self::Target: Message + Sized

unsafe fn predicateWithLeftExpression_rightExpression_modifier_type_options_(
    lhs: NSExpression,
    rhs: NSExpression,
    modifier: NSComparisonPredicateModifier,
    type_: NSPredicateOperatorType,
    options: NSComparisonPredicateOptions
) -> NSComparisonPredicate where
    Self::Target: Message + Sized

unsafe fn predicateWithLeftExpression_rightExpression_customSelector_(
    lhs: NSExpression,
    rhs: NSExpression,
    selector: Sel
) -> NSComparisonPredicate where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSComparisonPredicate for NSComparisonPredicate[src]

Loading content...