Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 651 Bytes

File metadata and controls

13 lines (7 loc) · 651 Bytes

kakao / com.agoda.kakao / KRecyclerView / lastChild

lastChild

inline fun <reified T : KRecyclerItem<*>> lastChild(function: T.() -> Unit): Unit

Performs given actions/assertion on last child in adapter

Parameters

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