AppContextAsyncProviderLookupMidPriority

com.github.rssh.appcontext.AppContextAsyncProviderLookupMidPriority

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Givens

Givens

given fromSyncProvider[F[_] : AppContextPure, T](implicit evidence$1: AppContextPure[F], syncProvider: AppContextProvider[T]): fromSyncProvider[F, T]

Mid priority: convert sync AppContextProvider to async. Local sync providers win over companion-defined async providers.

Mid priority: convert sync AppContextProvider to async. Local sync providers win over companion-defined async providers.

Attributes

Inherited givens

given fromAsyncProvider[F[_], T](using provider: AppContextAsyncProvider[F, T]): fromAsyncProvider[F, T]

Lowest priority fallback: delegate to AppContextAsyncProvider[F, T]. This picks up companion-defined async providers.

Lowest priority fallback: delegate to AppContextAsyncProvider[F, T]. This picks up companion-defined async providers.

Attributes

Inherited from:
AppContextAsyncProviderLookupLowPriority