Token

object Token extends AskFor[Option[Token]]
Companion
class
trait AskFor[Option[Token]]
class Object
trait Matchable
class Any

Type members

Inherited types

type Ask[F[_]] = Ask[F, A]
Inherited from
AskFor

Value members

Inherited methods

def AskInstance[F[_]](ask: Ask[F]): Ask[F]
Inherited from
AskFor
def ask[F[_]](ask: Ask[F]): F[Option[Token]]
Inherited from
AskFor
def askBy[F[_], Parent](askParent: Ask[F, Parent])(getter: Getter[Parent, Option[Token]])(`evidence$1`: Applicative[F]): Ask[F]
Inherited from
AskFor
def askLiftF[F[_]](fa: F[Option[Token]])(`evidence$2`: Applicative[F]): Ask[F]
Inherited from
AskFor

Implicits

Implicits

implicit val codec: Codec[Token]