Package blue. starry. penicillin. extensions. cursor
Functions
Link copied to clipboard
fun <M : PenicillinCursorModel<T>, T : Any> CursorJsonObjectResponse<M, T>.byCursor(cursor: Long, vararg options: Option): CursorJsonObjectApiAction<M, T>
Content copied to clipboard
New ApiAction with specified cursor.
Link copied to clipboard
fun <M : PenicillinCursorModel<T>, T : Any> CursorJsonObjectApiAction<M, T>.untilLast(vararg options: Option): Flow<T>
Content copied to clipboard
fun <M : PenicillinCursorModel<T>, T : Any> CursorJsonObjectResponse<M, T>.untilLast(vararg options: Option): Flow<T>
Content copied to clipboard
Retrieves all the responses with current ApiAction.
fun JsonArrayApiAction<Status>.untilLast(count: Int = 200, vararg options: Option): Flow<Status>
Content copied to clipboard
Retrieves all the statuses until last from current action. This operation is sequence.
Properties
Link copied to clipboard
val <M : PenicillinCursorModel<T>, T : Any> CursorJsonObjectResponse<M, T>.next: CursorJsonObjectApiAction<M, T>
Content copied to clipboard
New ApiAction with next cursor.
Link copied to clipboard
Link copied to clipboard
val <M : PenicillinCursorModel<T>, T : Any> CursorJsonObjectResponse<M, T>.previous: CursorJsonObjectApiAction<M, T>
Content copied to clipboard
New ApiAction with previous cursor.