Authorized

io.hireproof.structure.Authorization$.Response$.Authorized
final case class Authorized[A](value: A) extends Response[A]

Attributes

Graph
Supertypes
class Response[A]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

final def map[T](f: A => T): Response[T]

Attributes

Inherited from:
Response
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def traverse[F[_] : Applicative, T](f: A => F[T]): F[Response[T]]

Attributes

Inherited from:
Response