fun <reified T : RealmModel> Realm.delete(): Unit
Realm에서 지정된 클래스의 모든 객체를 삭제합니다.
T - 쿼리할 객체의 클래스입니다.
T
IllegalStateException - 해당 Realm이 닫혔거나 잘못된 스레드에서 호출된 경우.
IllegalStateException