DescribedLogTreeLabel

final case class DescribedLogTreeLabel[Annotation](description: String, success: Boolean, annotations: Set[Annotation]) extends LogTreeLabel[Annotation]
trait LogTreeLabel[Annotation]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def fold[T](f: DescribedLogTreeLabel[Annotation] => T, g: UndescribedLogTreeLabel[Annotation] => T): T

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product