Protocols
The following protocols are available globally.
-
Types that can be represented in a
RealmOptional
.Declaration
Swift
public protocol RealmOptionalType {}
-
Types which can be used for min()/max().
Declaration
Swift
public protocol MinMaxType {}
-
Types which can be used for average()/sum().
Declaration
Swift
public protocol AddableType {}