How can I specify that a generic parameter both ex...
# announcements
n
How can I specify that a generic parameter both extends a class AND implements an interface? This is interpreted at two separate parameters:
inline fun <reified E : RealmObject, ObjectWithId> lookupRealmObject(...)