removeItems

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

Removes matching content items with best-effort semantics.

best-effort 방식으로 일치하는 content 아이템들을 제거합니다.

Note: Each removal triggers an individual notifyItemRemoved call.
For large or contiguous removals, prefer removeRange or removeAll for better performance.

주의: 각 제거마다 notifyItemRemoved가 개별 호출됩니다.
대량 또는 연속 제거는 성능을 위해 removeRange 또는 removeAll을 사용하세요.