class QueryResult<Type> : ForwardingList<Type>
Author
Benjamin Beeker
<init> |
QueryResult(objects: List<Type>, count: Long = objects.size.toLong()) |
count |
val count: Long |
delegate |
The total number of matching objects found in the database for this query fun delegate(): List<Type> |