TaggedTo

object TaggedTo
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

class Leaf[T](val tagName: String, tag: String, r: To[T]) extends TaggedTo[T]
class Node[T](rs: TaggedTo[_ <: T]*) extends TaggedTo[T]