getItemOrNull

open override fun getItemOrNull(position: Int): ITEM?

Safely returns the item at the position or null.

position의 아이템을 안전하게 조회하고 없으면 null을 반환합니다.