KRecyclerItemType

public final class KRecyclerItemType<T extends KRecyclerItem<?>>

For internal use. Don't use manually.

Holds type and corresponding provider function

Constructors

Link copied to clipboard
public KRecyclerItemType<T> KRecyclerItemType<T extends KRecyclerItem<?>>(Function1<Matcher<View>, T> provideItem)

Properties

Link copied to clipboard
private final Function1<Matcher<View>, T> provideItem

Functions

Link copied to clipboard
public final Function1<Matcher<View>, T> getProvideItem()