withReader

open override fun <V> withReader(reader: Reader<C, V>, cursor: QueryListCursor?): Sequence<Model<T>>

Creates a Sequence of the Collection content. It is usually better to use the methods in Reader (query, list etc.) but if you must use this, be careful to not use it after you have released the Reader since that may lead to ConcurrentModificationException.