objects

inline fun <T : RealmObject> TypedRealm.objects(): RealmResults<T>

Returns the results of querying for all objects of a specific type.

Reified convenience wrapper of TypedRealm.objects.

Return

The result of the query.

Parameters

T

Type of the object to query for.