EquationSystemTracerAdapter

abstract class EquationSystemTracerAdapter[U, V] extends EquationSystemTracer[U, V]

This abstract class implements a tracer which does nothing. May be sub-classed in order to override only the methods we are interested in.

class Object
trait Matchable
class Any

Value members

Concrete methods

@elidable(TRACING)
def afterEvaluation(rho: U => V, u: U, res: V): Unit
@elidable(TRACING)
def beforeEvaluation(rho: U => V, u: U): Unit
@elidable(TRACING)
def boxEvaluation(rho: U => V, u: U, res: V, boxed: V): Unit