trait Forest[+T] extends Any
Generic container of a list of types for now this can be a tree which has children a root that only has children
- Source
- tree.scala
- Alphabetic
- By Inheritance
- Forest
- Any
- by richDrxAny
- by DrxBoundOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (Forest[T], B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def applyIf(t: Boolean, f: (Forest[T]) => Forest[T]): Forest[T]
- Implicit
- This member is added by an implicit conversion from Forest[T] toDrxAny[Forest[T]] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def applyIf(t: (Forest[T]) => Boolean)(f: (Forest[T]) => Forest[T]): Forest[T]
better chaining for types
better chaining for types
- Implicit
- This member is added by an implicit conversion from Forest[T] toDrxAny[Forest[T]] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def elementOf(xs: Set[Forest[T]]): Boolean
- Implicit
- This member is added by an implicit conversion from Forest[T] toDrxAny[Forest[T]] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def ensuring(cond: (Forest[T]) => Boolean, msg: => Any): Forest[T]
- def ensuring(cond: (Forest[T]) => Boolean): Forest[T]
- def ensuring(cond: Boolean, msg: => Any): Forest[T]
- def ensuring(cond: Boolean): Forest[T]
- def equals(arg0: Any): Boolean
- Definition Classes
- Any
- def formatted(fmtstr: String): String
- def hashCode(): Int
- Definition Classes
- Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def noneIf(f: (Forest[T]) => Boolean): Option[Forest[T]]
- Implicit
- This member is added by an implicit conversion from Forest[T] toDrxAny[Forest[T]] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def optionIf(f: (Forest[T]) => Boolean): Option[Forest[T]]
optionally wrap an object
optionally wrap an object
- Implicit
- This member is added by an implicit conversion from Forest[T] toDrxAny[Forest[T]] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def preApply[B](f: (Forest[T]) => B): B
a preApply f => f(a)
a preApply f => f(a)
- Implicit
- This member is added by an implicit conversion from Forest[T] toDrxAny[Forest[T]] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def sideEffect(f: (Forest[T]) => Unit): Forest[T]
side effect filter
side effect filter
- Implicit
- This member is added by an implicit conversion from Forest[T] toDrxAny[Forest[T]] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def someIf(f: (Forest[T]) => Boolean): Option[Forest[T]]
- Implicit
- This member is added by an implicit conversion from Forest[T] toDrxAny[Forest[T]] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- val thisAny: Forest[T]
- Implicit
- This member is added by an implicit conversion from Forest[T] toDrxAny[Forest[T]] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def till(maxArg: Forest[T]): Bound[Forest[T]]
Bound construction since the Range constructor is deprecated
Bound construction since the Range constructor is deprecated
- def toString(): String
- Definition Classes
- Any
- def trees: Iterable[T]
Deprecated Value Members
- def ?>(f: (Forest[T]) => Boolean): Option[Forest[T]]
alias for option if
alias for option if
- Implicit
- This member is added by an implicit conversion from Forest[T] toDrxAny[Forest[T]] 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
- def |>[B](f: (Forest[T]) => B): B
- Implicit
- This member is added by an implicit conversion from Forest[T] toDrxAny[Forest[T]] 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)
- def →[B](y: B): (Forest[T], B)
- Implicit
- This member is added by an implicit conversion from Forest[T] toArrowAssoc[Forest[T]] 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.