Composite

final case class Composite(fiberIds: Set[Runtime]) extends FiberId
trait Product
trait Equals
trait FiberId
class Object
trait Matchable
class Any

Value members

Inherited methods

final def <>(that: FiberId): FiberId
Inherited from:
FiberId
final def combine(that: FiberId): FiberId
Inherited from:
FiberId
final def getOrElse(that: => FiberId): FiberId
Inherited from:
FiberId
final def ids: Set[Int]
Inherited from:
FiberId
final def isNone: Boolean
Inherited from:
FiberId
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
final def threadName: String
Inherited from:
FiberId
final def toOption: Option[FiberId]
Inherited from:
FiberId