kakao / com.agoda.kakao.recycler / KRecyclerView / childAt
inline fun <reified T :
KRecyclerItem
<*>> childAt(position:
Int
, function:
T
.() ->
Unit
):
Unit
Performs given actions/assertion on child at given position
T
- Type of item at given position. Must be registered via constructor.
position
- Position of item in adapter
function
- Tail lambda which receiver will be matched item with given type T