io.realm.rx
Container wrapping the result of a io.realm.RealmObjectChangeListener being triggered.
This is used by RealmObject.asChangesetObservable() and RealmObject.asChangesetObservable(RealmModel) as RxJava is only capable of emitting one item, not multiple.
Constructors
Constructor and Description |
|---|
Constructor for a ObjectChange. |
Method Summary
Modifier and Type | Method and Description |
|---|---|
public boolean | |
public ObjectChangeSet | getChangeset () Returns the changeset describing the update. |
public E | getObject () |
public int | hashCode () |
public String | toString () |
Inherited Methods
Methods inherited from class java.lang.Object :
getClass,hashCode,equals,clone,toString,notify,notifyAll,wait,wait,wait,finalize
Constructor Detail
Constructor for a ObjectChange. Parameters
|
Method Detail
equals
getChangeset
public ObjectChangeSet getChangeset () | ||||||||
|---|---|---|---|---|---|---|---|---|
Returns the changeset describing the update.This will be Returns the changeset describing how the object was updated. |
getObject
public E getObject () |
|---|