AppContextProvider

com.github.rssh.appcontext.AppContextProvider
See theAppContextProvider companion trait

Attributes

Companion
trait
Source
AppContextProvider.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def of[T](value: T): AppContextProvider[T]

Create AppContextProvider for a value of type T

Create AppContextProvider for a value of type T

Value parameters

value

the value of type T

Attributes

Returns

AppContextProvider for the value

Source
AppContextProvider.scala

Givens

Givens

given fromProviders[Xs <: NonEmptyTuple, X, N <: Int](using AppContextProvidersSearch[Xs], OfSubtype[Xs, X, N]): AppContextProvider[X]

Create AppContextProvider for T from a set of AppContextProviders[Xs], where Xs is a tuple of types containing T.

Create AppContextProvider for T from a set of AppContextProviders[Xs], where Xs is a tuple of types containing T.

Attributes

Source
AppContextProvider.scala
given ofGiven[T](using x$1: T): ofGiven[T]

Create default AppContextProvider for a implicit value of type T.

Create default AppContextProvider for a implicit value of type T.

Attributes

Source
AppContextProvider.scala