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

Type members

Classlikes

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

Attributes

Supertypes
trait Product
trait Equals
trait FiberId
trait Serializable
class Object
trait Matchable
class Any
Show all
case object None extends FiberId

Attributes

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

Attributes

Supertypes
trait Product
trait Equals
trait FiberId
trait Serializable
class Object
trait Matchable
class Any
Show all

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