OutOpt

final case class OutOpt[F[_], A](of: Out[F, A]) extends Out[F, Option[A]]
Source:
ast.scala
trait Product
trait Equals
trait Out[F, Option[A]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def mapK[G[_] : Functor](fk: FunctionK[F, G]): OutOpt[G, A]
Source:
ast.scala

Inherited methods

Inherited from:
Product