object ref
- Source
- ref.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ref
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val AsyncRefIO: Async[RefIO]
- implicit val ContextShiftRefIO: ContextShift[RefIO]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): RefIO[A]
- def asyncF[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ RefIO[Unit]): RefIO[A]
- def bracketCase[A, B](acquire: RefIO[A])(use: (A) ⇒ RefIO[B])(release: (A, ExitCase[Throwable]) ⇒ RefIO[Unit]): RefIO[B]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def delay[A](a: ⇒ A): RefIO[A]
- def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[RefOp, A]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def evalOn[A](ec: ExecutionContext)(fa: RefIO[A]): Free[RefOp, A]
- val getBaseTypeName: RefIO[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getObject(a: Map[String, Class[_]]): RefIO[AnyRef]
- val getObject: RefIO[AnyRef]
- def handleErrorWith[A](fa: RefIO[A], f: (Throwable) ⇒ RefIO[A]): RefIO[A]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def pure[A](a: A): RefIO[A]
- def raiseError[A](err: Throwable): RefIO[A]
- def raw[A](f: (Ref) ⇒ A): RefIO[A]
- def setObject(a: AnyRef): RefIO[Unit]
- val shift: RefIO[Unit]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val unit: RefIO[Unit]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object RefOp
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated