Similar to RealmQuery.find but it receives a block in which the RealmResults from the query are provided.
Returnwhatever block returns
ParametersT
the type of the query
R
the type returned by block
fun <T, R> RealmScalarNullableQuery<T>.find(block: (T?) -> R): RSimilar to RealmScalarNullableQuery.find but it receives a block in which the scalar result from the query is provided.
Returnwhatever block returns
ParametersT
the type of the query
R
the type returned by block
fun <T, R> RealmScalarQuery<T>.find(block: (T) -> R): RSimilar to RealmScalarQuery.find but it receives a block in which the scalar result from the query is provided.
Returnwhatever block returns
ParametersT
the type of the query
R
the type returned by block
fun <T : BaseRealmObject, R> RealmSingleQuery<T>.find(block: (T?) -> R): RSimilar to RealmSingleQuery.find but it receives a block in which the RealmObject or EmbeddedRealmObject from the query is provided.
Returnwhatever block returns
ParametersT
the type of the query
R
the type returned by block
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4