replaceItemAt

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

Replaces the item at position and reports the terminal result.

지정 위치 아이템을 교체하고 종료 결과를 전달합니다.