FiberId

zio.FiberId$
See theFiberId companion trait
object FiberId

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
FiberId.type

Members list

Concise view

Type members

Classlikes

final case class Composite(left: FiberId, right: FiberId) extends FiberId

Attributes

Graph
Supertypes
trait Product
trait Equals
trait FiberId
class Object
trait Matchable
class Any
case object None extends FiberId

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait FiberId
class Object
trait Matchable
class Any
Self type
None.type
final case class Runtime(id: Int, startTimeMillis: Long, location: Trace) extends FiberId

Attributes

Graph
Supertypes
trait Product
trait Equals
trait FiberId
class Object
trait Matchable
class Any

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(id: Int, startTimeSeconds: Int, location: Trace): FiberId