emptyLastChild

public final Unit emptyLastChild(Function1<KEmptyRecyclerItem, Unit> tail)

Calls lastChild() on your view with base child

Calls lastChild() on your KRecyclerView and casts received item to KEmptyRecyclerItem

Parameters

tail

Lambda with KEmptyRecyclerItem receiver

See also