-
public final class KRecyclerItemType<T extends KRecyclerItem<?>>For internal use. Don't use manually.
Holds type and corresponding provider function
-
-
Field Summary
Fields Modifier and Type Field Description private final Function1<Matcher<View>, T>provideItem
-
Constructor Summary
Constructors Constructor Description KRecyclerItemType(Function1<Matcher<View>, T> provideItem)
-
Method Summary
Modifier and Type Method Description final Function1<Matcher<View>, T>getProvideItem()-
-
Method Detail
-
getProvideItem
final Function1<Matcher<View>, T> getProvideItem()
-
-
-
-