Protocols
The following protocols are available globally.
-
A protocol describing types that can parameterize a
RealmOptional
.Declaration
Swift
public protocol RealmOptionalType
-
Types of properties which can be used with the minimum and maximum value APIs.
See
min(_:)
,max(_:)
Declaration
Swift
public protocol MinMaxType
-
Types of properties which can be used with the sum and average value APIs.
See
sum(_:)
,average(_:)
Declaration
Swift
public protocol AddableType