class OnClickListener<T>
Utility class for type safe click event handling.
<init> |
Utility class for type safe click event handling. OnClickListener(block: (T) -> Unit) |
onClick |
Calls the code block with the passed input. fun onClick(input: T): Unit |