Outputs

trait Outputs[T <: Txn[T]]
class Object
trait Matchable
class Any

Value members

Abstract methods

def add(key: String)(implicit tx: T): Output[T]

Adds a new scan by the given key. If a span by that name already exists, the old scan is returned.

Adds a new scan by the given key. If a span by that name already exists, the old scan is returned.

def get(key: String)(implicit tx: T): Option[Output[T]]
def iterator(implicit tx: T): Iterator[Output[T]]
def keys(implicit tx: T): Set[String]
def remove(key: String)(implicit tx: T): Boolean