ConcatAdapter
Creates a ConcatAdapter with DEFAULT and the given adapters in the given order.
Parameters
adapters
The list of adapters to add
constructor(@NonNull config: ConcatAdapter.Config, @NonNull adapters: Array<RecyclerView.Adapter<out RecyclerView.ViewHolder>>)(source)
constructor(@NonNull config: ConcatAdapter.Config, @NonNull adapters: List<out RecyclerView.Adapter<out RecyclerView.ViewHolder>>)(source)
Creates a ConcatAdapter with the given config and the given adapters in the given order.
Parameters
config
The configuration for this ConcatAdapter
adapters
The list of adapters to add