createLiveModelByFilterBloc abstract method

ModelByFilterBloc<I, T> createLiveModelByFilterBloc(
  1. F filter
)

Creates a loader for a single object by filter that is self-updated when the data changes at the origin.

Implementation

ModelByFilterBloc<I, T> createLiveModelByFilterBloc(F filter);