PreparedOption

final case class PreparedOption[F[_], A](of: Prepared[F, A]) extends Prepared[F, A]
trait Product
trait Equals
trait Prepared[F, A]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product