ModelManageEvents<E extends Identifiable> extension

on

Methods

withLatestFromIdentifiableList(Stream<List<E>> list, {required OperationCallback<E> operationCallback}) Stream<ManagedList<E>>
Merge, remove or ignore the value of the stream from the latest list value. The result, based on the operationCallback, will be emitted as a new value.