Packages

final class ROS[+R, +O, +S] extends OS[O, S]

Linear Supertypes
OS[O, S], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ROS
  2. OS
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ROS(ref: R, obs: O, state: S)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def emapO[E, X](f: (O) => Or[E, X]): Or[E, ROS[R, X, S]]
    Definition Classes
    ROSOS
  7. def emapR[E, X](f: (R) => Or[E, X]): Or[E, ROS[X, O, S]]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(obj: Any): Boolean
    Definition Classes
    ROSOS → AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    ROSOS → AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def mapO[X](f: (O) => X): ROS[R, X, S]
    Definition Classes
    ROSOS
  14. def mapOS[X, Y](o: (O) => X, s: (S) => Y): ROS[R, X, Y]
    Definition Classes
    ROSOS
  15. def mapR[X](f: (R) => X): ROS[X, O, S]
  16. def mapS[X](f: (S) => X): ROS[R, O, X]
    Definition Classes
    ROSOS
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. val obs: O
    Definition Classes
    ROSOS
  21. val ref: R
  22. val some: Some[ROS.this.type]
  23. val state: S
    Definition Classes
    ROSOS
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. def withObs[A](newObs: A): ROS[R, A, S]
    Definition Classes
    ROSOS
  30. def withRef[A](newRef: A): ROS[A, O, S]
  31. def withState[A](newState: A): ROS[R, O, A]
    Definition Classes
    ROSOS

Deprecated Value Members

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

Inherited from OS[O, S]

Inherited from AnyRef

Inherited from Any

Ungrouped