ObservedResults
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
@propertyWrapper
public struct ObservedResults<ResultType> : DynamicProperty, BoundCollection where ResultType : RealmSwiftObject, ResultType : ObjectKeyIdentifiable
Realm から結果を検索するプロパティ ラッパー タイプ。
結果では、環境値EnvironmentValues/realmConfiguration
によって提供される Realm 構成が使用されます。
-
宣言
Swift
public mutating func update()