Searched refs:startAt (Results 1 – 5 of 5) sorted by relevance
40 fun <E> CursorView<E>.startAt(newStartIndex: Int): CursorView<E> = in startAt() method41 object : CursorView<E>, Cursor by (this@startAt as Cursor).startAt(newStartIndex) { in startAt()42 override fun readRow(): E? = this@startAt.readRow() in startAt()
51 this@paged.startAt(position * pageSize).limit(pageSize).asSequence() in paged()
46 fun Cursor.startAt(newStartIndex: Int): Cursor = in Cursor() method
49 static void readFully(final InputStream in, final byte[] destination, final int startAt, in readFully() argument53 int readNow = in.read(destination, startAt + numRead, numBytes - numRead); in readFully()
META-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...