//Android/br.com.arch.toolkit.android.recyclerAdapter/ViewBinder
interface ViewBinder<in MODEL>
Interface to be implemented by custom android.view.Views to handle data binding when used with BaseRecyclerAdapter.
android
| Â | Â |
|---|---|
| MODEL | The type of data to be bound to the view. |
| Name | Summary |
|---|---|
| bind | [android] abstract fun bind(model: MODEL) Binds the model data to the view. |