isEmptyNonLoadingState top-level property

Matcher isEmptyNonLoadingState
getter/setter pair

A matcher that matches a resource state that is not loading and all other properties (key, value, source, error) are null.

Implementation

Matcher isEmptyNonLoadingState = isInitialNonLoadingState(isNull);