ContextProvider

io.hireproof.structure.ContextProvider$
See theContextProvider companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply[F[_], UnauthorizedContext[_[_], _], AuthorizedContext[_[_], _], T](unauthorizedContextProvider: UnauthorizedContextProvider[F, UnauthorizedContext], authorizedContextProvider: AuthorizedContextProvider[F, AuthorizedContext, T]): ContextProvider[F, UnauthorizedContext, AuthorizedContext, T]