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
  • package alt
    Definition Classes
    drx
  • Branch
  • Tree

final case class Branch[A](stack: List[A]) extends AnyVal with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Branch
  2. Serializable
  3. Product
  4. Equals
  5. AnyVal
  6. 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 Branch(stack: List[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 Branch[A] toany2stringadd[Branch[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Branch[A], B)
    Implicit
    This member is added by an implicit conversion from Branch[A] toArrowAssoc[Branch[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def /(node: A): Branch[A]
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  7. def applyIf(t: Boolean, f: (Branch[A]) => Branch[A]): Branch[A]
    Implicit
    This member is added by an implicit conversion from Branch[A] toDrxAny[Branch[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  8. def applyIf(t: (Branch[A]) => Boolean)(f: (Branch[A]) => Branch[A]): Branch[A]

    better chaining for types

    better chaining for types

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

    optionally wrap an object

    optionally wrap an object

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

    a preApply f => f(a)

    a preApply f => f(a)

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

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from Branch[A] toDrxAny[Branch[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  26. def someIf(f: (Branch[A]) => Boolean): Option[Branch[A]]
    Implicit
    This member is added by an implicit conversion from Branch[A] toDrxAny[Branch[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  27. val stack: List[A]
  28. def tail: Branch[A]
  29. val thisAny: Branch[A]
    Implicit
    This member is added by an implicit conversion from Branch[A] toDrxAny[Branch[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  30. def till(maxArg: Branch[A]): Bound[Branch[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 Branch[A] toBoundOps[Branch[A]] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[Branch[A]] is in scope.
    Definition Classes
    BoundOps
  31. def toString(): String
    Definition Classes
    Branch → Any

Deprecated Value Members

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

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from Branch[A] toDrxAny[Branch[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: (Branch[A]) => B): B
    Implicit
    This member is added by an implicit conversion from Branch[A] toDrxAny[Branch[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): (Branch[A], B)
    Implicit
    This member is added by an implicit conversion from Branch[A] toArrowAssoc[Branch[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 AnyVal

Inherited from Any

Inherited by implicit conversion richDrxAny fromBranch[A] to DrxAny[Branch[A]]

Inherited by implicit conversion DrxBoundOps fromBranch[A] to BoundOps[Branch[A]]

Inherited by implicit conversion any2stringadd fromBranch[A] to any2stringadd[Branch[A]]

Inherited by implicit conversion StringFormat fromBranch[A] to StringFormat[Branch[A]]

Inherited by implicit conversion Ensuring fromBranch[A] to Ensuring[Branch[A]]

Inherited by implicit conversion ArrowAssoc fromBranch[A] to ArrowAssoc[Branch[A]]

Ungrouped