query

abstract fun query(filter: String, vararg arguments: Any?): RealmQuery<T>

Appends the query represented by filter to an existing query using a logical AND.

Parameters

filter

the Realm Query Language predicate to append.

arguments

Realm values for the predicate.