AuthorizedContextProvider

io.hireproof.structure.AuthorizedContextProvider
abstract class AuthorizedContextProvider[F[_], Context[_[_], _], T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def implementedBy[I, O](endpoint: Authorized[T, I, O])(f: Context[F, I] => F[O]): Implementation[F, T, I, O]