KViewPagerItemType

public final class KViewPagerItemType<T extends KViewPagerItem<?>>

For internal use. Don't use manually.

Holds type and corresponding provider function

Constructors

Link copied to clipboard
public KViewPagerItemType<T> KViewPagerItemType<T extends KViewPagerItem<?>>(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()