类 CollectionChange
Atlas Device SDK 已弃用。 有关详细信息,请参阅弃用页面。
io.realm.rx
io.realm.rx.CollectionChange
包装io.realm.OrderedRealmCollectionChangeListener被触发结果的容器。
由RealmResults.asChangesetObservable()使用 } 和RealmList.asChangesetObservable() 因为 RxJava 只能发出一个项目,而不能发出多个项目。
构造函数
构造函数和描述 |
---|
CollectionChange 的构造函数。 |
方法摘要
修饰符和类型 | 方法和说明 |
---|---|
公共布尔值 | |
getChangeset () 返回描述更新的变更集。 | |
公用E | 返回更新的collection。 |
公共整型 | hashCode () |
继承方法
从类 java.lang.Object 继承的方法 :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
构造函数详细信息
CollectionChange 的构造函数。 参数
|
方法详细信息
等于
getChangeset
public OrderedCollectionChangeSet getChangeset () | ||||||||
---|---|---|---|---|---|---|---|---|
返回描述更新的变更集。流首次发出集合以及首次加载异步查询时,此
返回: 描述集合更新方式的变更集。 |
getCollection
public E getCollection () |
---|
返回更新的collection。 返回: 已更新的集合。 |