force

dotty.tools.dotc.reporting.trace$.force$
object force extends TraceSyntax

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
force.type

Members list

Concise view

Value members

Concrete methods

inline def isEnabled: true

Inherited methods

inline def apply[T](inline question: String)(inline op: T)(using Context): T

Attributes

Inherited from:
TraceSyntax
inline def apply[T](inline question: String, inline show: Boolean)(inline op: T)(using Context): T

Attributes

Inherited from:
TraceSyntax
inline def apply[T](inline question: String, inline printer: Printer)(inline op: T)(using Context): T

Attributes

Inherited from:
TraceSyntax
inline def apply[T](inline question: String, inline printer: Printer, inline show: Boolean)(inline op: T)(using Context): T

Attributes

Inherited from:
TraceSyntax
inline def apply[T, U >: T](inline question: String, inline printer: Printer, inline showOp: U => String)(inline op: T)(using Context): T

Attributes

Inherited from:
TraceSyntax
inline def conditionally[TC](inline cond: Boolean, inline question: String, inline show: Boolean)(inline op: TC)(using Context): TC

Attributes

Inherited from:
TraceSyntax
inline def onDebug[TD](inline question: String)(inline op: TD)(using Context): TD

Attributes

Inherited from:
TraceSyntax