@gildor commented on
@ramonsgds’s file
https://kotlinlang.slack.com/files/U7ED1JDCM/F8D9HEE4D/-.kt: Why do you need this wrapper? Room supports RxJava2 return types out of the box, just let nukeTable return Single<Unit> or Single<Long> (not sure what is the correct return type for delete query)