Packages

  • package root
    Definition Classes
    root
  • package cc
    Definition Classes
    root
  • package drx

    Scala doc for the drx conglomerate.

    Scala doc for the drx conglomerate.

    Overview

    Definition Classes
    cc
  • object BTree
    Definition Classes
    drx
  • Leaf
  • Node

final case class Leaf[+A](value: A) extends AnyVal with BTree[A] with Product with Serializable

Source
tree.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Leaf
  2. Serializable
  3. Product
  4. Equals
  5. BTree
  6. Tree
  7. Forest
  8. AnyVal
  9. Any
Implicitly
  1. by richDrxAny
  2. by DrxBoundOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Leaf(value: A)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Leaf[A] toany2stringadd[Leaf[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Leaf[A], B)
    Implicit
    This member is added by an implicit conversion from Leaf[A] toArrowAssoc[Leaf[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. def applyIf(t: Boolean, f: (Leaf[A]) => Leaf[A]): Leaf[A]
    Implicit
    This member is added by an implicit conversion from Leaf[A] toDrxAny[Leaf[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  7. def applyIf(t: (Leaf[A]) => Boolean)(f: (Leaf[A]) => Leaf[A]): Leaf[A]

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from Leaf[A] toDrxAny[Leaf[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def breadthFirst: Iterable[A]
    Definition Classes
    Tree
  10. def depthFirst: Iterable[A]
    Definition Classes
    Tree
  11. def elementOf(xs: Set[Leaf[A]]): Boolean
    Implicit
    This member is added by an implicit conversion from Leaf[A] toDrxAny[Leaf[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  12. def ensuring(cond: (Leaf[A]) => Boolean, msg: => Any): Leaf[A]
    Implicit
    This member is added by an implicit conversion from Leaf[A] toEnsuring[Leaf[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (Leaf[A]) => Boolean): Leaf[A]
    Implicit
    This member is added by an implicit conversion from Leaf[A] toEnsuring[Leaf[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: => Any): Leaf[A]
    Implicit
    This member is added by an implicit conversion from Leaf[A] toEnsuring[Leaf[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): Leaf[A]
    Implicit
    This member is added by an implicit conversion from Leaf[A] toEnsuring[Leaf[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Leaf[A] toStringFormat[Leaf[A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. def get(i: Int): Option[BTree[A]]
    Definition Classes
    LeafForest
  18. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isLeaf: Boolean
    Definition Classes
    LeafTree
  21. def noneIf(f: (Leaf[A]) => Boolean): Option[Leaf[A]]
    Implicit
    This member is added by an implicit conversion from Leaf[A] toDrxAny[Leaf[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  22. def optionIf(f: (Leaf[A]) => Boolean): Option[Leaf[A]]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from Leaf[A] toDrxAny[Leaf[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  23. def preApply[B](f: (Leaf[A]) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from Leaf[A] toDrxAny[Leaf[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. def sideEffect(f: (Leaf[A]) => Unit): Leaf[A]

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from Leaf[A] toDrxAny[Leaf[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  26. def someIf(f: (Leaf[A]) => Boolean): Option[Leaf[A]]
    Implicit
    This member is added by an implicit conversion from Leaf[A] toDrxAny[Leaf[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  27. val thisAny: Leaf[A]
    Implicit
    This member is added by an implicit conversion from Leaf[A] toDrxAny[Leaf[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  28. def till(maxArg: Leaf[A]): Bound[Leaf[A]]

    Bound construction since the Range constructor is deprecated

    Bound construction since the Range constructor is deprecated

    Implicit
    This member is added by an implicit conversion from Leaf[A] toBoundOps[Leaf[A]] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[Leaf[A]] is in scope.
    Definition Classes
    BoundOps
  29. def trees: Iterable[BTree[A]]
    Definition Classes
    Forest
  30. val value: A
    Definition Classes
    LeafTree

Deprecated Value Members

  1. def ?>(f: (Leaf[A]) => Boolean): Option[Leaf[A]]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from Leaf[A] toDrxAny[Leaf[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def |>[B](f: (Leaf[A]) => B): B
    Implicit
    This member is added by an implicit conversion from Leaf[A] toDrxAny[Leaf[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

  3. def [B](y: B): (Leaf[A], B)
    Implicit
    This member is added by an implicit conversion from Leaf[A] toArrowAssoc[Leaf[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BTree[A]

Inherited from Tree[A, BTree[A]]

Inherited from Forest[BTree[A]]

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion richDrxAny fromLeaf[A] to DrxAny[Leaf[A]]

Inherited by implicit conversion DrxBoundOps fromLeaf[A] to BoundOps[Leaf[A]]

Inherited by implicit conversion any2stringadd fromLeaf[A] to any2stringadd[Leaf[A]]

Inherited by implicit conversion StringFormat fromLeaf[A] to StringFormat[Leaf[A]]

Inherited by implicit conversion Ensuring fromLeaf[A] to Ensuring[Leaf[A]]

Inherited by implicit conversion ArrowAssoc fromLeaf[A] to ArrowAssoc[Leaf[A]]

Ungrouped