removeItems

open override fun removeItems(items: List<ITEM>, onResult: (ListAdapterResult) -> Unit?)

Removes matching items from current list.
현재 리스트에서 일치하는 아이템을 제거합니다.
This method uses best-effort semantics and removes only existing matches.

best-effort 방식으로 실제 존재하는 항목만 제거합니다.

Parameters

items

Items requested to remove.

제거 요청한 아이템 목록입니다.

onResult

Callback invoked when the queue operation reaches terminal state (nullable).

큐 연산이 종료 상태에 도달하면 호출되는 결과 콜백입니다(null 가능).