KAdapterItemType

public final class KAdapterItemType<T extends KAdapterItem<?>>

For internal use. Don't use manually.

Holds type and corresponding provider function

Constructors

Link copied to clipboard
public KAdapterItemType<T> KAdapterItemType<T extends KAdapterItem<?>>(Function1<DataInteraction, T> provideItem)

Properties

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

Functions

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