removeItems

abstract fun removeItems(items: List<ITEM>, onResult: (RESULT) -> Unit? = null)

Removes matching items and reports the terminal result.

일치하는 아이템들을 제거하고 종료 결과를 전달합니다.