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