Branch

libretto.scaletto.BinarySearchTree.Branch$
object Branch

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Branch.type

Members list

Concise view

Value members

Concrete methods

def apply[K, V]: NonEmptyTree[K, V] |*| NonEmptyTree[K, V] -⚬ Branch[K, V]
def clear[K, V](subClear: NonEmptyTree[K, V] -⚬ Done): Branch[K, V] -⚬ Done
def deconstruct[K, V]: Branch[K, V] -⚬ NonEmptyTree[K, V] |*| NonEmptyTree[K, V]
def maxKey[K, V]: Getter[Branch[K, V], Val[K]]
def minKey[K, V]: Getter[Branch[K, V], Val[K]]
def summary[K, V]: Getter[Branch[K, V], Summary[K]]