AppContextProvider

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

AppContextProvider is a type class that provides a value of type T

When we have AppContextProvider for a type T, then we can resolve T for dependency injection, using AppContext[T] syntax. AppContext[T]

Attributes

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

Members list

Value members

Abstract methods

def get: T

Attributes

Source
AppContextProvider.scala