com.stripe.brushfire

FullBinaryTreeOpsForAnnotatedTree

class FullBinaryTreeOpsForAnnotatedTree[K, V, T, A] extends FullBinaryTreeOps[AnnotatedTree[K, V, T, A], (K, Predicate[V], A), (Int, T, A)]

Linear Supertypes
FullBinaryTreeOps[AnnotatedTree[K, V, T, A], (K, Predicate[V], A), (Int, T, A)], TreeOps[AnnotatedTree[K, V, T, A], Either[(K, Predicate[V], A), (Int, T, A)]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FullBinaryTreeOpsForAnnotatedTree
  2. FullBinaryTreeOps
  3. TreeOps
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FullBinaryTreeOpsForAnnotatedTree()

Type Members

  1. type Label = Either[(K, Predicate[V], A), (Int, T, A)]

    Definition Classes
    FullBinaryTreeOps
  2. type Node = brushfire.Node[K, V, T, A]

    Definition Classes
    FullBinaryTreeOpsForAnnotatedTree → TreeOps
  3. implicit class OpsForNode extends AnyRef

    Definition Classes
    TreeOps
  4. implicit class OpsForTree extends AnyRef

    Definition Classes
    TreeOps

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def children(node: Node): Iterable[Node]

    Definition Classes
    FullBinaryTreeOps → TreeOps
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fold[A](tree: AnnotatedTree[K, V, T, A])(f: (Either[(K, Predicate[V], A), (Int, T, A)], Iterable[Node]) ⇒ A): Option[A]

    Definition Classes
    TreeOps
  13. def fold[A](node: Node)(f: (Either[(K, Predicate[V], A), (Int, T, A)], Iterable[Node]) ⇒ A): A

    Definition Classes
    TreeOps
  14. def foldNode[B](node: Node)(f: (Node, Node, (K, Predicate[V], A)) ⇒ B, g: ((Int, T, A)) ⇒ B): B

    Definition Classes
    FullBinaryTreeOpsForAnnotatedTree → FullBinaryTreeOps
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def label(node: Node): Either[(K, Predicate[V], A), (Int, T, A)]

    Definition Classes
    FullBinaryTreeOps → TreeOps
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def reduce[A](node: Node)(f: (Label, Iterable[A]) ⇒ A): A

    Definition Classes
    FullBinaryTreeOps → TreeOps
  23. def reduce[A](tree: AnnotatedTree[K, V, T, A])(f: (Either[(K, Predicate[V], A), (Int, T, A)], Iterable[A]) ⇒ A): Option[A]

    Definition Classes
    TreeOps
  24. def reduceNode[A](node: Node)(f: ((K, Predicate[V], A), Iterable[A]) ⇒ A)(g: ((Int, T, A)) ⇒ A): A

    Definition Classes
    FullBinaryTreeOps
  25. def root(t: AnnotatedTree[K, V, T, A]): Option[Node]

    Definition Classes
    FullBinaryTreeOpsForAnnotatedTree → TreeOps
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FullBinaryTreeOps[AnnotatedTree[K, V, T, A], (K, Predicate[V], A), (Int, T, A)]

Inherited from TreeOps[AnnotatedTree[K, V, T, A], Either[(K, Predicate[V], A), (Int, T, A)]]

Inherited from AnyRef

Inherited from Any

Ungrouped