UndescribedLogTreeLabel

final case
class UndescribedLogTreeLabel[Annotation](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 addAnnotations(a: Set[Annotation]): LogTreeLabel[Annotation]
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