emptyChildAt

public final Unit emptyChildAt(Integer position, Function1<KEmptyRecyclerItem, Unit> tail)

Calls childAt() on your view with base child

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

Parameters

position

Position of child in adapter

tail

Lambda with KEmptyRecyclerItem receiver

See also