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 Objecttrait Matchableclass Any
Members list
In this article