MeldInfo

final case class MeldInfo[T <: Txn[T]](highestLevel: Int, highestTrees: Set[Access[T]])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def add(level: Int, seminal: Access[T]): MeldInfo[T]
def isEmpty: Boolean
def isRelevant(level: Int, seminal: Access[T]): Boolean

An input tree is relevant if its level is higher than the currently observed highest level, or if it has the same level but was not recorded in the set of highest trees.

An input tree is relevant if its level is higher than the currently observed highest level, or if it has the same level but was not recorded in the set of highest trees.

def outputLevel: Int
def requiresNewTree: Boolean

Inherited methods

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