find
Similar to RealmQuery.find but it receives a block in which the RealmResults from the query are provided.
Return
whatever block returns
Parameters
T
the type of the query
R
the type returned by block
Similar to RealmScalarNullableQuery.find but it receives a block in which the scalar result from the query is provided.
Return
whatever block returns
Parameters
T
the type of the query
R
the type returned by block
Similar to RealmScalarQuery.find but it receives a block in which the scalar result from the query is provided.
Return
whatever block returns
Parameters
T
the type of the query
R
the type returned by block
Similar to RealmSingleQuery.find but it receives a block in which the RealmObject or EmbeddedRealmObject from the query is provided.
Return
whatever block returns
Parameters
T
the type of the query
R
the type returned by block