doobie.free.ref.RefOp
See theRefOp companion trait
object RefOp
Attributes
Members list
Type members
Classlikes
case object GetBaseTypeName extends RefOp[String]
Attributes
- Source
- ref.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait RefOp[String]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetBaseTypeName.type
final case class GetObject1(a: Map[String, Class[_]]) extends RefOp[AnyRef]
final case class HandleErrorWith[A](fa: RefIO[A], f: Throwable => RefIO[A]) extends RefOp[A]
final case class RaiseError[A](e: Throwable) extends RefOp[A]
final case class Uncancelable[A](body: Poll[RefIO] => RefIO[A]) extends RefOp[A]
Attributes
- Source
- ref.scala
- Supertypes
- Known subtypes
-
trait RefInterpreter
Inherited types
The names of the product elements
The name of the type
Implicits
Implicits
Attributes
- Source
- ref.scala
In this article