ResultIterable<S> extension

Extension on Iterables containing Results.

Provides convenience methods for working with collections of Results, such as checking the states of the results.

on

Methods

hasAllData() bool
Returns true if all hasData.
hasData() bool
Returns true if any hasData.
isAllData() bool
Returns true if all isData.
isAllError() bool
Returns true if all isError.
isAllLoading() bool
Returns true if all isLoading.
isData() bool
Returns true if any isData.
isError() bool
Returns true if any isError.
isLoading() bool
Returns true if any isLoading.