AppContextAsyncProviders

com.github.rssh.appcontext.AppContextAsyncProviders
See theAppContextAsyncProviders companion object
trait AppContextAsyncProviders[F[_], Xs <: NonEmptyTuple] extends AppContextAsyncProvidersSearch[F, Xs]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def get[T, N <: Int](using OfSubtype[Xs, T, N]): F[T]

Attributes

Inherited from:
AppContextAsyncProvidersSearch

Inherited and Abstract methods

def getProvider[T, N <: Int](using OfSubtype[Xs, T, N]): AppContextAsyncProvider[F, T]

Attributes

Inherited from:
AppContextAsyncProvidersSearch