vicpinm / Kotlin-Realm-Extensions

Kotlin extensions to simplify Realm API.
Apache License 2.0
535 stars 53 forks source link

deleteAllManaged() #47

Closed aguragorn closed 6 years ago

aguragorn commented 6 years ago

This library is really handy.

Is there a way to delete all from a managed instance? kind of like when you call .saveAllManaged() so I can delete only from the managed instance?

vicpinm commented 6 years ago

Hi @aguragorn, I'm afraid that functionality does not exists in the library. If you want, you can perform a PR and I will be pleased to merge it into master.

Thanks you so much!