fun RealmModel.deleteFromRealm(): Unit
从当前关联的 Realm 中删除对象。
调用此方法后,该对象将无效,对其执行的任何操作(读取或写入)都将失败,并显示IllegalStateException 。
IllegalStateException
IllegalStateException - 如果相应的 Realm 已关闭或位于不正确的线程中。
另请参阅
isValid