RecyclerBinderOperationExecutor

class RecyclerBinderOperationExecutor(recyclerBinder: RecyclerBinder, useBackgroundChangeSets: Boolean = false, onDataBound: OnDataBound? = null, onDataRendered: OnDataRendered? = null) : RecyclerBinderUpdateCallback.OperationExecutor

An implementation of RecyclerBinderUpdateCallback.OperationExecutor that uses RecyclerBinder.

Constructors

Link copied to clipboard
constructor(recyclerBinder: RecyclerBinder)
constructor(recyclerBinder: RecyclerBinder, useBackgroundChangeSets: Boolean = false, onDataBound: OnDataBound? = null, onDataRendered: OnDataRendered? = null)

Functions

Link copied to clipboard