|
|
|
@ -94,7 +94,7 @@ open class Filter : RealmObject() { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
inline fun <reified T : Filterable> results(): RealmResults<T> { |
|
|
|
inline fun <reified T : Filterable> results(): RealmResults<T> { |
|
|
|
var realmQuery : RealmQuery<T> = realm.where<T>() |
|
|
|
var realmQuery = realm.where<T>() |
|
|
|
this.filterElements.map { |
|
|
|
this.filterElements.map { |
|
|
|
it.queryType |
|
|
|
it.queryType |
|
|
|
}.forEach { |
|
|
|
}.forEach { |
|
|
|
|