isLoadingOrNone<L, R> function
Implementation
bool isLoadingOrNone<L, R>(TaskEitherValue<L, R> tev) =>
tev.p(Ei.fold((_) => false, (t) => t.second || O.isNone(t.first)));
bool isLoadingOrNone<L, R>(TaskEitherValue<L, R> tev) =>
tev.p(Ei.fold((_) => false, (t) => t.second || O.isNone(t.first)));