Packages

object Rxn extends RxnInstances0

Linear Supertypes
RxnInstances0, RxnInstances1, RxnInstances2, RxnInstances3, RxnInstances4, RxnInstances5, RxnInstances6, RxnInstances7, RxnInstances8, RxnInstances9, RxnInstances10, RxnSyntax0, RxnSyntax1, RxnSyntax2, RxnCompanionPlatform, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Rxn
  2. RxnInstances0
  3. RxnInstances1
  4. RxnInstances2
  5. RxnInstances3
  6. RxnInstances4
  7. RxnInstances5
  8. RxnInstances6
  9. RxnInstances7
  10. RxnInstances8
  11. RxnInstances9
  12. RxnInstances10
  13. RxnSyntax0
  14. RxnSyntax1
  15. RxnSyntax2
  16. RxnCompanionPlatform
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit final class AxnSyntax[A] extends AnyRef
    Definition Classes
    RxnSyntax1
  2. implicit final class InvariantSyntax[A, B] extends AnyRef
    Definition Classes
    RxnSyntax0
  3. implicit final class Tuple2RxnSyntax[A, B, C] extends AnyRef
    Definition Classes
    RxnSyntax2

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 final def alignInstance[X]: Align[[β$10$]Rxn[X, β$10$]]
    Definition Classes
    RxnInstances8
  5. implicit final def arrowChoiceInstance: ArrowChoice[Rxn]
    Definition Classes
    RxnInstances0
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final def choiceSemigroup[A, B]: Semigroup[Rxn[A, B]]

    Not implicit, because it would conflict with monoidInstance.

    Not implicit, because it would conflict with monoidInstance.

    Definition Classes
    RxnInstances5
  8. implicit final def clockInstance[X]: Clock[[β$15$]Rxn[X, β$15$]]
    Definition Classes
    RxnInstances10
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def computed[A, B](f: (A) => Axn[B]): Rxn[A, B]
  11. final def consistentRead[A, B](ra: Ref[A], rb: Ref[B]): Axn[(A, B)]
  12. def consistentReadMany[A](refs: List[Ref[A]]): Axn[List[A]]
  13. implicit final def deferInstance[X]: Defer[[β$8$]Rxn[X, β$8$]]
    Definition Classes
    RxnInstances6
  14. final def deterministicRandom(initialSeed: Long): Axn[SplittableRandom[Axn]]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. final def fastRandom: Axn[Random[Axn]]
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def identity[A]: Rxn[A, A]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def lift[A, B](f: (A) => B): Rxn[A, B]
  23. implicit final def localInstance[E]: Local[[β$0$]Rxn[E, β$0$], E]
    Definition Classes
    RxnInstances1
  24. implicit final def monadInstance[X]: Monad[[β$3$]Rxn[X, β$3$]]
    Definition Classes
    RxnInstances2
  25. implicit final def monoidInstance[A, B](implicit B: Monoid[B]): Monoid[Rxn[A, B]]
    Definition Classes
    RxnInstances5
  26. implicit final def monoidKInstance: MonoidK[[a]Rxn[a, a]]
    Definition Classes
    RxnInstances4
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def postCommit[A](pc: Rxn[A, Unit]): Rxn[A, A]
  31. def pure[A](a: A): Axn[A]
  32. final def secureRandom: Axn[Random[Axn]]
  33. implicit final def showInstance[A, B]: Show[Rxn[A, B]]
    Definition Classes
    RxnInstances7
  34. def swap[A](r1: Ref[A], r2: Ref[A]): Axn[Unit]
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def unique: Axn[Token]
  38. implicit final def uniqueInstance[X]: Unique[[β$5$]Rxn[X, β$5$]]
    Definition Classes
    RxnInstances3
  39. def unit[A]: Rxn[A, Unit]
  40. implicit final def uuidGenInstance[X]: UUIDGen[[β$13$]Rxn[X, β$13$]]
    Definition Classes
    RxnInstances9
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. object ref
  45. object unsafe

Deprecated Value Members

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

Inherited from RxnInstances0

Inherited from RxnInstances1

Inherited from RxnInstances2

Inherited from RxnInstances3

Inherited from RxnInstances4

Inherited from RxnInstances5

Inherited from RxnInstances6

Inherited from RxnInstances7

Inherited from RxnInstances8

Inherited from RxnInstances9

Inherited from RxnInstances10

Inherited from RxnSyntax0

Inherited from RxnSyntax1

Inherited from RxnSyntax2

Inherited from RxnCompanionPlatform

Inherited from AnyRef

Inherited from Any

Ungrouped