emptyChildAt

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

Calls childAt() on your view with base child

Calls childAt() on your AbsListView and casts received item to KEmptyAdapterItem

Parameters

position

Position of child in adapter

tail

Lambda with KEmptyAdapterItem receiver

See also