removeItem

abstract fun removeItem(item: ITEM, onResult: (RESULT) -> Unit? = null)

Removes the first matching item and reports the terminal result.

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