init Existing Item

abstract fun initExistingItem(item: T?)

Function to initializing the existingItem if exists, null otherwise

Parameters

item

: the item value with initializing the existingItem if exists, null otherwise