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 <- <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
-
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
valuesDeclaration
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 <- <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))
-
Undocumented
Declaration
Swift
public func == <Root, Value>(lhs: KeyPath<Root, Value>, rhs: Value) -> BooleanExpression where Value : ValueExpressionType
-
Undocumented
Declaration
Swift
public func == <Root, Value>(lhs: KeyPath<Root, Value?>, rhs: Value) -> BooleanExpression where Value : ValueExpressionType
-
Undocumented
Declaration
Swift
public func == <Root, Value>(lhs: KeyPath<Root, GeoPoint>, rhs: Value) -> BooleanExpression where Value : GeoValueExpressionType
-
Undocumented
Declaration
Swift
public func == <Root, Value>(lhs: KeyPath<Root, GeoPoint?>, rhs: Value) -> BooleanExpression where Value : GeoValueExpressionType
-
Undocumented
Declaration
Swift
public func != <Root, Value>(lhs: KeyPath<Root, Value>, rhs: Value) -> BooleanExpression where Value : ValueExpressionType
-
Undocumented
Declaration
Swift
public func != <Root, Value>(lhs: KeyPath<Root, Value?>, rhs: Value) -> BooleanExpression where Value : ValueExpressionType
-
Undocumented
Declaration
Swift
public func <> <Root, Value>(lhs: KeyPath<Root, Value>, rhs: Value) -> BooleanExpression where Value : ValueExpressionType
-
Undocumented
Declaration
Swift
public func <> <Root, Value>(lhs: KeyPath<Root, Value?>, rhs: Value) -> BooleanExpression where Value : ValueExpressionType
-
Undocumented
Declaration
Swift
public func < <Root, Value>(lhs: KeyPath<Root, Value>, rhs: Value) -> BooleanExpression where Value : ValueExpressionType
-
Undocumented
Declaration
Swift
public func < <Root, Value>(lhs: KeyPath<Root, Value?>, rhs: Value) -> BooleanExpression where Value : ValueExpressionType
-
Undocumented
Declaration
Swift
public func <= <Root, Value>(lhs: KeyPath<Root, Value>, rhs: Value) -> BooleanExpression where Value : ValueExpressionType
-
Undocumented
Declaration
Swift
public func <= <Root, Value>(lhs: KeyPath<Root, Value?>, rhs: Value) -> BooleanExpression where Value : ValueExpressionType
-
Undocumented
Declaration
Swift
public func > <Root, Value>(lhs: KeyPath<Root, Value>, rhs: Value) -> BooleanExpression where Value : ValueExpressionType
-
Undocumented
Declaration
Swift
public func > <Root, Value>(lhs: KeyPath<Root, Value?>, rhs: Value) -> BooleanExpression where Value : ValueExpressionType
-
Undocumented
Declaration
Swift
public func >= <Root, Value>(lhs: KeyPath<Root, Value>, rhs: Value) -> BooleanExpression where Value : ValueExpressionType
-
Undocumented
Declaration
Swift
public func >= <Root, Value>(lhs: KeyPath<Root, Value?>, rhs: Value) -> BooleanExpression where Value : ValueExpressionType
-
Undocumented
Declaration
Swift
public func && (lhs: BooleanExpression, rhs: BooleanExpression) -> BooleanExpression
-
Undocumented
Declaration
Swift
public func || (lhs: BooleanExpression, rhs: BooleanExpression) -> BooleanExpression
-
Undocumented
Declaration
Swift
public prefix func ! (rhs: BooleanExpression) -> BooleanExpression
-
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
-
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
-
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
-
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
-
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
-
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
-
Undocumented
Declaration
Swift
public func ~ <Root, Value>(lhs: KeyPath<Root, Value>, rhs: [Value]) -> BooleanExpression where Value : ValueExpressionType
-
Undocumented
Declaration
Swift
public func ~ <Root, Value>(lhs: KeyPath<Root, Value?>, rhs: [Value]) -> BooleanExpression where Value : ValueExpressionType
-
Undocumented
Declaration
Swift
public func !~ <Root, Value>(lhs: KeyPath<Root, Value>, rhs: [Value]) -> BooleanExpression where Value : ValueExpressionType
-
Undocumented
Declaration
Swift
public func !~ <Root, Value>(lhs: KeyPath<Root, Value?>, rhs: [Value]) -> BooleanExpression where Value : ValueExpressionType