Map

object Map
Companion
class
class Object
trait Matchable
class Any

Type members

Types

type Branch[T <: Exec[T], A, B] = Branch[T, A, (A, B)]
type Leaf[T <: Exec[T], A, B] = Leaf[T, A, (A, B)]
type Node[T <: Exec[T], A, B] = Node[T, A, (A, B)]