item Type
Adds entry that helps KRecyclerView to automatically build child views
To make it work, you need to pass here function (lambda, constructor), that takes matcher and returns instance of your item type. In this case, matcher actually matches root view of your adapter item.
Parameters
provide Item
Function that takes matcher of item's root view and returns instance of item view