Protocols
The following protocols are available globally.
-
Types that can be represented in a
RealmOptional
.Declaration
Swift
public protocol RealmOptionalType {}
-
A homogenous collection of
See moreObject
s which can be retrieved, filtered, sorted, and operated upon.Declaration
Swift
public protocol RealmCollectionType: CollectionType, CustomStringConvertible
-
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 {}