Rejected

sealed interface Rejected : ListAdapterResult

Indicates that the mutation was rejected before queueing.

큐 등록 전에 변경 요청이 거절되었음을 나타냅니다.

Inheritors

Types

Link copied to clipboard

Indicates that the provided input list was empty.

전달된 입력 리스트가 비어 있어 거절되었음을 나타냅니다.

Link copied to clipboard

Indicates that the requested position or range was invalid.

요청한 위치 또는 범위가 유효하지 않아 거절되었음을 나타냅니다.

Link copied to clipboard

Indicates that the target item was not found.

대상 아이템을 찾지 못해 거절되었음을 나타냅니다.

Link copied to clipboard

Indicates that no requested items matched the current list.

요청한 아이템 중 현재 리스트와 일치하는 항목이 없어 거절되었음을 나타냅니다.

Functions

Link copied to clipboard
open fun fold(onApplied: () -> Unit, onRejected: (ListAdapterResult.Rejected) -> Unit, onFailed: (ListAdapterResult.Failed) -> Unit)

Folds this result into applied, rejected, or failed branches.

현재 결과를 적용 성공, 거절, 실패 분기로 처리합니다.