final case class Composite(left: FiberId, right: FiberId) extends FiberId with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Composite
- Product
- Equals
- FiberId
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def <>(that: FiberId): FiberId
- Definition Classes
- FiberId
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def combine(that: FiberId): FiberId
Implemented this way and not just pattern matching on (self, that) because of: https://github.com/zio/zio/pull/8746#discussion_r1567448064
Implemented this way and not just pattern matching on (self, that) because of: https://github.com/zio/zio/pull/8746#discussion_r1567448064
- Definition Classes
- FiberId
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def getOrElse(that: => FiberId): FiberId
- Definition Classes
- FiberId
- final def ids: Set[Int]
- Definition Classes
- FiberId
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def isNone: Boolean
- Definition Classes
- FiberId
- val left: FiberId
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val right: FiberId
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def threadName: String
- Definition Classes
- FiberId
- final def toOption: Option[FiberId]
- Definition Classes
- FiberId
- final def toSet: Set[Runtime]
- Definition Classes
- FiberId
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()