Branch

object Branch
class Object
trait Matchable
class Any

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]]