BatchedCallback

constructor(wrappedCallback: SortedList.Callback<T2>)(source)

Creates a new BatchedCallback that wraps the provided Callback.

Parameters

wrappedCallback

The Callback which should received the data change callbacks. Other method calls (e.g. compare from the SortedList are directly forwarded to this Callback.