RecyclerViewManager

constructor(adapter: RecyclerView.Adapter<VH>, itemComparator: ItemComparator<T>, itemContentComparator: ItemContentComparator<T>)

Parameters

VH

type of view holder used by the adapter.

T

type of data held by the adapter.