Functions

The following functions are available globally.

  • Override operator used during the propertyMapping(_:) method.

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
    public func <- (left: inout GeoPoint, right: (String, Map))
  • Override operator used during the propertyMapping(_:) method.

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
    public func <- (left: inout GeoPoint?, right: (String, Map))
  • Override operator used during the propertyMapping(_:) method.

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
    public func <- <T>(left: inout T, right: (String, Map))
  • Override operator used during the propertyMapping(_:) method.

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
    public func <- <T>(left: inout T?, right: (String, Map))
  • Override operator used during the propertyMapping(_:) method.

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
    public func <- <T>(left: inout T, right: (String, Map)) where T : BaseMappable
  • Override operator used during the propertyMapping(_:) method.

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
    public func <- <T>(left: inout T?, right: (String, Map)) where T : BaseMappable
  • Override operator used during the propertyMapping(_:) method.

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
    public func <- <Transform>(left: inout Transform.Object, right: (String, Map, Transform)) where Transform : TransformType
  • Override operator used during the propertyMapping(_:) method.

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
    public func <- <Transform>(left: inout Transform.Object?, right: (String, Map, Transform)) where Transform : TransformType

Default Date Transform

  • Override operator used during the propertyMapping(_:) method.

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
    public func <- (left: inout Date, right: (String, Map))
  • Override operator used during the propertyMapping(_:) method.

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
    public func <- (left: inout Date?, right: (String, Map))
  • Overload operator for List values

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
    public func <- <T>(lhs: List<T>, rhs: (String, Map)) where T : RealmSwiftObject, T : BaseMappable
  • Override operator used during the propertyMapping(_:) method.

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
    public func <- (left: List<StringValue>, right: (String, Map))
  • Override operator used during the propertyMapping(_:) method.

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
    public func <- (left: List<IntValue>, right: (String, Map))
  • Override operator used during the propertyMapping(_:) method.

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
    public func <- <T>(left: KinveyOptional<T>, right: (query: String, map: Map)) where T : RealmOptionalType
  • Override operator used during the propertyMapping(_:) method.

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
    public func <- (left: List<FloatValue>, right: (String, Map))
  • Override operator used during the propertyMapping(_:) method.

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
    public func <- (left: List<DoubleValue>, right: (String, Map))
  • Override operator used during the propertyMapping(_:) method.

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in version 3.18.0. Please use Swift.Codable instead")
    public func <- (left: List<BoolValue>, right: (String, Map))

== Operator

!= Operator

<> Operator

< Operator

<= Operator

Operator

= Operator

&& Operator

|| Operator

! Operator

%=% Operator LIKE CONTAINS

=% Operator LIKE BEGINS WITH

  • Undocumented

    Declaration

    Swift

    public func =% <Root>(lhs: KeyPath<Root, String>, rhs: String) -> BooleanExpression
  • Undocumented

    Declaration

    Swift

    public func =% <Root>(lhs: KeyPath<Root, String?>, rhs: String) -> BooleanExpression

%= Operator LIKE ENDS WITH

  • Undocumented

    Declaration

    Swift

    public func %= <Root>(lhs: KeyPath<Root, String>, rhs: String) -> BooleanExpression
  • Undocumented

    Declaration

    Swift

    public func %= <Root>(lhs: KeyPath<Root, String?>, rhs: String) -> BooleanExpression

!~ Operator NOT LIKE

~ Operator IN

!~ Operator NOT IN