fluq/query_state library

Classes

QueryError
State used for error state it will be emitted when there is a catched error on the query fetch function it contains the error catched in the query fetch function
QueryLoading
State used for loading state it will be the inital state when every query stream is created it will be the inital state when every query stream is invalidated
QueryResult<T>
State used for emitting the response data of the query it contains the returned value fron the query fetch function
QueryState