NodeTree

final case class NodeTree(root: List[Node2], source: Option[NodeTree])
Companion:
object
Source:
Planner.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def set(newRoot: List[Node2]): NodeTree
def show(showImprovement: Boolean, ansiColors: Boolean): String

Inherited methods

Inherited from:
Product

Concrete fields

lazy val batches: List[(Int, Type[Int])]