object ref

Source
ref.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ref
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type RefIO[A] = Free[RefOp, A]
  2. sealed trait RefOp[A] extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def MonoidRefIO[A](implicit arg0: Monoid[A]): Monoid[RefIO[A]]
  5. implicit def SemigroupRefIO[A](implicit arg0: Semigroup[A]): Semigroup[RefIO[A]]
  6. implicit val WeakAsyncRefIO: WeakAsync[RefIO]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val canceled: Free[RefOp, Unit]
  9. def capturePoll[M[_]](mpoll: Poll[M]): Poll[RefIO]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def delay[A](thunk: => A): Free[RefOp, A]
  12. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[RefOp, A]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def forceR[A, B](fa: RefIO[A])(fb: RefIO[B]): Free[RefOp, B]
  16. def fromFuture[A](fut: RefIO[Future[A]]): Free[RefOp, A]
  17. def fromFutureCancelable[A](fut: RefIO[(Future[A], RefIO[Unit])]): Free[RefOp, A]
  18. val getBaseTypeName: RefIO[String]
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def getObject(a: Map[String, Class[_]]): RefIO[AnyRef]
  21. val getObject: RefIO[AnyRef]
  22. def handleErrorWith[A](fa: RefIO[A])(f: (Throwable) => RefIO[A]): RefIO[A]
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val monotonic: Free[RefOp, FiniteDuration]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def onCancel[A](fa: RefIO[A], fin: RefIO[Unit]): Free[RefOp, A]
  30. def performLogging(event: LogEvent): Free[RefOp, Unit]
  31. def pure[A](a: A): RefIO[A]
  32. def raiseError[A](err: Throwable): RefIO[A]
  33. def raw[A](f: (Ref) => A): RefIO[A]
  34. val realtime: Free[RefOp, FiniteDuration]
  35. def setObject(a: AnyRef): RefIO[Unit]
  36. def suspend[A](hint: Type)(thunk: => A): Free[RefOp, A]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def uncancelable[A](body: (Poll[RefIO]) => RefIO[A]): Free[RefOp, A]
  40. val unit: RefIO[Unit]
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. object RefOp

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped