Tracer

zio.internal.stacktracer.Tracer
See theTracer companion object
sealed trait Tracer

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type Type <: AnyRef

Value members

Abstract methods

def apply(location: String, file: String, line: Int): Type & Traced
def unapply(trace: Type): Option[(String, String, Int)]

Abstract fields

val empty: Type