allResults

expect fun allResults(): List<Result>(source)

Return List of Results. List is unmodifiable and only supports int get(int index), int size(), boolean isEmpty() and Iterator iterator() methods. Once called allResults(), next() method return null. Don't call next() and allResults() together.

Return

List of Results

actual fun allResults(): List<Result>(source)
actual fun allResults(): List<Result>(source)