ForceR

doobie.free.ref$.RefOp$.ForceR
case class ForceR[A, B](fa: RefIO[A], fb: RefIO[B]) extends RefOp[B]

Attributes

Source
ref.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait RefOp[B]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def visit[F[_]](v: Visitor[F]): F[B]

Attributes

Source
ref.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product