object
RefOp
Type Members
-
case class
Attempt[A](action: RefIO[A]) extends RefOp[\/[Throwable, A]] with Product with Serializable
-
case class
GetObject1(a: Map[String, Class[_]]) extends RefOp[AnyRef] with Product with Serializable
-
case class
Lift[Op[_], A, J](j: J, action: FreeC[Op, A], mod: Aux[Op, J]) extends RefOp[A] with Product with Serializable
-
case class
Pure[A](a: () ⇒ A) extends RefOp[A] with Product with Serializable
-
case class
Raw[A](f: (Ref) ⇒ A) extends RefOp[A] with Product with Serializable
-
case class
SetObject(a: AnyRef) extends RefOp[Unit] with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
object
GetBaseTypeName extends RefOp[String] with Product with Serializable
-
object
GetObject extends RefOp[AnyRef] with Product with Serializable
-
implicit
val
RefKleisliTrans: Aux[RefOp, Ref]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Module of constructors for
RefOp
. These are rarely useful outside of the implementation; prefer the smart constructors provided by theref
module.