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 p5
    Definition Classes
    drx
  • package gui
    Definition Classes
    p5
  • Menu
  • Text

class Menu[A] extends Iterable[Item[A]]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Menu
  2. Iterable
  3. IterableFactoryDefaults
  4. IterableOps
  5. IterableOnceOps
  6. IterableOnce
  7. AnyRef
  8. Any
Implicitly
  1. by iterableOnceExtensionMethods
  2. by richDrxAny
  3. by richDrxIterable
  4. by DrxBoundOps
  5. by any2stringadd
  6. by StringFormat
  7. by Ensuring
  8. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Menu(title: String, origin: Vec, w: Int, items: Seq[A] = Seq(), fieldHeight: Double)

Type Members

  1. case class MenuItem(pos: Vec, i: Int, isSelected: Boolean) extends Item[A] with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Menu[A] toany2stringadd[Menu[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. final def ++[B >: Item[A]](suffix: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  5. def -->[B](range: Iterable[B]): Ordinal[Item[A], B]

    create an Ordinal scale with mappings to range

    create an Ordinal scale with mappings to range

    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  6. def -->[B](range: Bound[B]): OrdinalBoundedRange[Item[A], B]

    create an Ordinal scale with equal bands steps in the range

    create an Ordinal scale with equal bands steps in the range

    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  7. def ->[B](y: B): (Menu[A], B)
    Implicit
    This member is added by an implicit conversion from Menu[A] toArrowAssoc[Menu[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def addString(b: StringBuilder): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  10. final def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  11. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    IterableOnceOps
  12. def applyIf(t: Boolean, f: (Menu[A]) => Menu[A]): Menu[A]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxAny[Menu[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  13. def applyIf(t: (Menu[A]) => Boolean)(f: (Menu[A]) => Menu[A]): Menu[A]

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxAny[Menu[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  17. final def coll: Menu.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  18. def collect[B](pf: PartialFunction[Item[A], B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  19. def collectFirst[B](pf: PartialFunction[Item[A], B]): Option[B]
    Definition Classes
    IterableOnceOps
  20. def concat[B >: Item[A]](suffix: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
  21. def contains(mouse: Vec): Boolean
  22. def containsSubsequence(ys: Iterable[Item[A]]): Boolean
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  23. def copyToArray[B >: Item[A]](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  24. def copyToArray[B >: Item[A]](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
  25. def copyToArray[B >: Item[A]](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
  26. def corresponds[B](that: IterableOnce[B])(p: (Item[A], B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  27. def count(p: (Item[A]) => Boolean): Int
    Definition Classes
    IterableOnceOps
  28. def countBy[B](f: (Item[A]) => B): Map[B, Int]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  29. def drop(n: Int): Iterable[Item[A]]
    Definition Classes
    IterableOps → IterableOnceOps
  30. def dropRight(n: Int): Iterable[Item[A]]
    Definition Classes
    IterableOps
  31. def dropWhile(p: (Item[A]) => Boolean): Iterable[Item[A]]
    Definition Classes
    IterableOps → IterableOnceOps
  32. def elementOf(xs: Set[Menu[A]]): Boolean
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxAny[Menu[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  33. def empty: Iterable[Item[A]]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  34. def ensuring(cond: (Menu[A]) => Boolean, msg: => Any): Menu[A]
    Implicit
    This member is added by an implicit conversion from Menu[A] toEnsuring[Menu[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  35. def ensuring(cond: (Menu[A]) => Boolean): Menu[A]
    Implicit
    This member is added by an implicit conversion from Menu[A] toEnsuring[Menu[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  36. def ensuring(cond: Boolean, msg: => Any): Menu[A]
    Implicit
    This member is added by an implicit conversion from Menu[A] toEnsuring[Menu[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  37. def ensuring(cond: Boolean): Menu[A]
    Implicit
    This member is added by an implicit conversion from Menu[A] toEnsuring[Menu[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  38. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  40. def evens: Iterable[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  41. def exists(p: (Item[A]) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  42. def filter(pred: (Item[A]) => Boolean): Iterable[Item[A]]
    Definition Classes
    IterableOps → IterableOnceOps
  43. def filterDuplicates: Iterator[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  44. def filterNot(pred: (Item[A]) => Boolean): Iterable[Item[A]]
    Definition Classes
    IterableOps → IterableOnceOps
  45. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  46. def find(p: (Item[A]) => Boolean): Option[Item[A]]
    Definition Classes
    IterableOnceOps
  47. def fitString(sizes: Int*): String

    Like mkString but fits(pads) rows to a size

    Like mkString but fits(pads) rows to a size

    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  48. def fitString: String

    Like mkString but fits(pads) rows to a size

    Like mkString but fits(pads) rows to a size

    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  49. def flatMap[B](f: (Item[A]) => IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  50. def flatten[B](implicit asIterable: (Item[A]) => IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  51. def fold[A1 >: Item[A]](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  52. def foldLeft[B](z: B)(op: (B, Item[A]) => B): B
    Definition Classes
    IterableOnceOps
  53. def foldRight[B](z: B)(op: (Item[A], B) => B): B
    Definition Classes
    IterableOnceOps
  54. def forall(p: (Item[A]) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  55. def foreach[U](f: (Item[A]) => U): Unit
    Definition Classes
    IterableOnceOps
  56. def foreachBy(dt: Time)(f: (Item[A]) => Unit)(implicit sc: drx.ScheduledContext, ec: drx.ExecutionContext): drx.Future[Unit]

    async apply a function to a collection with a spaced time delay

    async apply a function to a collection with a spaced time delay

    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  57. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Menu[A] toStringFormat[Menu[A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  58. def fromSpecific(coll: IterableOnce[Item[A]]): Iterable[Item[A]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  59. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  60. def getNonEmpty: Option[Iterable[Item[A]]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  61. def groupBy[K](f: (Item[A]) => K): Map[K, Iterable[Item[A]]]
    Definition Classes
    IterableOps
  62. def groupMap[K, B](key: (Item[A]) => K)(f: (Item[A]) => B): Map[K, Iterable[B]]
    Definition Classes
    IterableOps
  63. def groupMapReduce[K, B](key: (Item[A]) => K)(f: (Item[A]) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  64. def groupRuns: Vector[Vector[Item[A]]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  65. def groupRunsBy[B](f: (Item[A]) => B): Vector[Vector[Item[A]]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  66. def groupWhile(test: (Item[A], Item[A]) => Boolean): Vector[Vector[Item[A]]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  67. def grouped(size: Int): Iterator[Iterable[Item[A]]]
    Definition Classes
    IterableOps
  68. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  69. def head: Item[A]
    Definition Classes
    IterableOps
  70. def headOption: Option[Item[A]]
    Definition Classes
    IterableOps
  71. var hiddenIndices: Set[Int]
  72. def hide: Menu[A]
  73. def indexAt(mouse: Vec): Option[Int]
  74. def init: Iterable[Item[A]]
    Definition Classes
    IterableOps
  75. def inits: Iterator[Iterable[Item[A]]]
    Definition Classes
    IterableOps
  76. def integrate(f: (Item[A]) => Double)(implicit num: Numeric[Item[A]]): Double

    trapezoidal integration

    trapezoidal integration

    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  77. def isEmpty: Boolean
    Definition Classes
    IterableOnceOps
  78. def isHidden: Boolean
  79. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  80. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  81. def isVisible: Boolean
  82. var items: Seq[A]
  83. def iterableFactory: IterableFactory[Iterable]
    Definition Classes
    Iterable → IterableOps
  84. def iterator: Iterator[Item[A]]
    Definition Classes
    Menu → IterableOnce
  85. def knownSize: Int
    Definition Classes
    IterableOnce
  86. def last: Item[A]
    Definition Classes
    IterableOps
  87. def lastOption: Option[Item[A]]
    Definition Classes
    IterableOps
  88. def lazyZip[B](that: Iterable[B]): LazyZip2[Item[A], B, Menu.this.type]
    Definition Classes
    Iterable
  89. def lcp(ys: Iterable[Item[A]]): Iterable[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  90. def map[B](f: (Item[A]) => B): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  91. def mapFrom[B](f: (Item[A]) => B): Map[B, Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  92. def mapIf[B](pf: PartialFunction[Item[A], B]): Map[Item[A], B]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  93. def mapLinear[B](parLevel: Int)(f: (Item[A]) => drx.Future[B])(implicit ec: drx.ExecutionContext): drx.Future[Seq[B]]

    execute futures serially, alternatively provide grouped size

    execute futures serially, alternatively provide grouped size

    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  94. def mapWith[B](f: (Item[A]) => B): Map[Item[A], B]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  95. def max[B >: Item[A]](implicit ord: Ordering[B]): Item[A]
    Definition Classes
    IterableOnceOps
  96. def maxBy[B](f: (Item[A]) => B)(implicit cmp: Ordering[B]): Item[A]
    Definition Classes
    IterableOnceOps
  97. def maxByOption[B](f: (Item[A]) => B)(implicit cmp: Ordering[B]): Option[Item[A]]
    Definition Classes
    IterableOnceOps
  98. def maxOption[B >: Item[A]](implicit ord: Ordering[B]): Option[Item[A]]
    Definition Classes
    IterableOnceOps
  99. def min[B >: Item[A]](implicit ord: Ordering[B]): Item[A]
    Definition Classes
    IterableOnceOps
  100. def minBy[B](f: (Item[A]) => B)(implicit cmp: Ordering[B]): Item[A]
    Definition Classes
    IterableOnceOps
  101. def minByOption[B](f: (Item[A]) => B)(implicit cmp: Ordering[B]): Option[Item[A]]
    Definition Classes
    IterableOnceOps
  102. def minOption[B >: Item[A]](implicit ord: Ordering[B]): Option[Item[A]]
    Definition Classes
    IterableOnceOps
  103. def mkCommas: String
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  104. def mkLines: String
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  105. def mkSpaces: String
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  106. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  107. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  108. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  109. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  110. def newSpecificBuilder: Builder[Item[A], Iterable[Item[A]]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  111. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
  112. def noneIf(f: (Menu[A]) => Boolean): Option[Menu[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxAny[Menu[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  113. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  114. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  115. def odds: Iterable[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  116. def optionIf(f: (Menu[A]) => Boolean): Option[Menu[A]]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxAny[Menu[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  117. var origin: Vec
  118. def partition(p: (Item[A]) => Boolean): (Iterable[Item[A]], Iterable[Item[A]])
    Definition Classes
    IterableOps
  119. def partitionMap[A1, A2](f: (Item[A]) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  120. def preApply[B](f: (Menu[A]) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxAny[Menu[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  121. def product[B >: Item[A]](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  122. def reduce[B >: Item[A]](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  123. def reduceLeft[B >: Item[A]](op: (B, Item[A]) => B): B
    Definition Classes
    IterableOnceOps
  124. def reduceLeftOption[B >: Item[A]](op: (B, Item[A]) => B): Option[B]
    Definition Classes
    IterableOnceOps
  125. def reduceOption[B >: Item[A]](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  126. def reduceRight[B >: Item[A]](op: (Item[A], B) => B): B
    Definition Classes
    IterableOnceOps
  127. def reduceRightOption[B >: Item[A]](op: (Item[A], B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  128. def reversed: Iterable[Item[A]]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  129. def same: Boolean
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  130. def sampleByRatio(reductionRatio: Double)(implicit rand: Rand): Iterable[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  131. def scan[B >: Item[A]](z: B)(op: (B, B) => B): Iterable[B]
    Definition Classes
    IterableOps
  132. def scanLeft[B](z: B)(op: (B, Item[A]) => B): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  133. def scanRight[B](z: B)(op: (Item[A], B) => B): Iterable[B]
    Definition Classes
    IterableOps
  134. var scrollOffset: Int
  135. def selectAll: Unit
  136. var selected: Set[Int]
  137. def selectedItems: Seq[A]
  138. def show: Menu[A]
  139. def shuffle(implicit r: Rand): Iterable[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  140. def sideEffect(f: (Menu[A]) => Unit): Menu[A]

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxAny[Menu[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  141. def size: Int
    Definition Classes
    IterableOnceOps
  142. def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    IterableOps
  143. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  144. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  145. def skip(skipSize: Int, takeSize: Int = 1, offset: Int = 0): Iterable[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  146. def slice(from: Int, until: Int): Iterable[Item[A]]
    Definition Classes
    IterableOps → IterableOnceOps
  147. def sliding(size: Int, step: Int): Iterator[Iterable[Item[A]]]
    Definition Classes
    IterableOps
  148. def sliding(size: Int): Iterator[Iterable[Item[A]]]
    Definition Classes
    IterableOps
  149. def slidingFlatMap[B](init: Option[B])(f: (Item[A], Item[A]) => Option[B]): Iterator[B]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  150. def someIf(f: (Menu[A]) => Boolean): Option[Menu[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxAny[Menu[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  151. def span(p: (Item[A]) => Boolean): (Iterable[Item[A]], Iterable[Item[A]])
    Definition Classes
    IterableOps → IterableOnceOps
  152. def splitAt(n: Int): (Iterable[Item[A]], Iterable[Item[A]])
    Definition Classes
    IterableOps → IterableOnceOps
  153. def stepper[S <: Stepper[_]](implicit shape: StepperShape[Item[A], S]): S
    Definition Classes
    IterableOnce
  154. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
    Annotations
    @deprecatedOverriding("Override className instead", "2.13.0")
  155. def sum[B >: Item[A]](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  156. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  157. def tail: Iterable[Item[A]]
    Definition Classes
    IterableOps
  158. def tails: Iterator[Iterable[Item[A]]]
    Definition Classes
    IterableOps
  159. def take(n: Int): Iterable[Item[A]]
    Definition Classes
    IterableOps → IterableOnceOps
  160. def takeRight(n: Int): Iterable[Item[A]]
    Definition Classes
    IterableOps
  161. def takeWhile(p: (Item[A]) => Boolean): Iterable[Item[A]]
    Definition Classes
    IterableOps → IterableOnceOps
  162. def tapEach[U](f: (Item[A]) => U): Iterable[Item[A]]
    Definition Classes
    IterableOps → IterableOnceOps
  163. val thisAny: Menu[A]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxAny[Menu[A]] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  164. def till(maxArg: Menu[A]): Bound[Menu[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 Menu[A] toBoundOps[Menu[A]] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[Menu[A]] is in scope.
    Definition Classes
    BoundOps
  165. val title: String
  166. def to[C1](factory: Factory[Item[A], C1]): C1
    Definition Classes
    IterableOnceOps
  167. def toArray[B >: Item[A]](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  168. final def toBuffer[B >: Item[A]]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  169. def toIndexedSeq: IndexedSeq[Item[A]]
    Definition Classes
    IterableOnceOps
  170. final def toIterable: Menu.this.type
    Definition Classes
    Iterable → IterableOps
  171. def toList: List[Item[A]]
    Definition Classes
    IterableOnceOps
  172. def toMap[K, V](implicit ev: <:<[Item[A], (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  173. def toSeq: Seq[Item[A]]
    Definition Classes
    IterableOnceOps
  174. def toSet[B >: Item[A]]: Set[B]
    Definition Classes
    IterableOnceOps
  175. def toString(): String
    Definition Classes
    Iterable → AnyRef → Any
  176. def toTuple2: drx.Try[(Item[A], Item[A])]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  177. def toTuple3: drx.Try[(Item[A], Item[A], Item[A])]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  178. def toVector: Vector[Item[A]]
    Definition Classes
    IterableOnceOps
  179. def toggle: Menu[A]
  180. def toggleSelection(i: Int): Unit
  181. def transpose[B](implicit asIterable: (Item[A]) => Iterable[B]): Iterable[Iterable[B]]
    Definition Classes
    IterableOps
  182. def unzip[A1, A2](implicit asPair: (Item[A]) => (A1, A2)): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  183. def unzip3[A1, A2, A3](implicit asTriple: (Item[A]) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
    Definition Classes
    IterableOps
  184. def valueAt(mouse: Vec): Option[A]
  185. def view: View[Item[A]]
    Definition Classes
    IterableOps
  186. def visibleIndices: Set[Int]
  187. def visibleIndices_=(visible: Set[Int]): Unit
  188. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  189. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  190. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  191. def withFilter(p: (Item[A]) => Boolean): WithFilter[Item[A], Iterable]
    Definition Classes
    IterableOps
  192. val xs: Iterable[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  193. def zip[B](that: IterableOnce[B]): Iterable[(Item[A], B)]
    Definition Classes
    IterableOps
  194. def zipAll[A1 >: Item[A], B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
    Definition Classes
    IterableOps
  195. def zipFrom[B](f: (Item[A]) => B): Iterable[(B, Item[A])]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  196. def zipIf[B](pf: PartialFunction[Item[A], B]): Iterable[(Item[A], B)]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  197. def zipTo[B, C](ys: Iterable[B])(f: (Item[A], B) => C): Iterable[C]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  198. def zipWith[B](f: (Item[A]) => B): Iterable[(Item[A], B)]
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxIterable[Item[A]] performed by method richDrxIterable in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterable
  199. def zipWithIndex: Iterable[(Item[A], Int)]
    Definition Classes
    IterableOps → IterableOnceOps

Deprecated Value Members

  1. def ++:[B >: Item[A]](that: IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable

  2. def /:[B](z: B)(op: (B, Item[A]) => B): B
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]])./:(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  3. final def /:[B](z: B)(op: (B, Item[A]) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  4. def :\[B](z: B)(op: (Item[A], B) => B): B
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).:\(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  5. final def :\[B](z: B)(op: (Item[A], B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  6. def ?>(f: (Menu[A]) => Boolean): Option[Menu[A]]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxAny[Menu[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

  7. def aggregate[B](z: => B)(seqop: (B, Item[A]) => B, combop: (B, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) aggregate is not relevant for sequential collections. Use foldLeft(z)(seqop) instead.

  8. def collectFirst[B](f: PartialFunction[Item[A], B]): Option[B]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).collectFirst(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.collectFirst(...) instead

  9. def companion: IterableFactory[Iterable]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding("Use iterableFactory instead", "2.13.0") @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  10. def copyToBuffer(dest: Buffer[Item[A]]): Unit
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).copyToBuffer(dest)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.copyToBuffer(...) instead

  11. final def copyToBuffer[B >: Item[A]](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  12. def count(f: (Item[A]) => Boolean): Int
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).count(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.count(...) instead

  13. def draw(onHover: (Int) => Unit = (_:Int)=>{})(implicit pg: P5): Unit
    Annotations
    @deprecated
    Deprecated

    (Since version v0.1.10) use the more general foreach(mouse)(f:Menu.Item=>Unit)

  14. def exists(f: (Item[A]) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).exists(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.exists(...) instead

  15. def filter(f: (Item[A]) => Boolean): Iterator[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).filter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.filter(...) instead

  16. def find(p: (Item[A]) => Boolean): Option[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).find(p)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.find instead

  17. def flatMap[B](f: (Item[A]) => IterableOnce[B]): IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).flatMap(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.flatMap instead or consider requiring an Iterable

  18. def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).fold(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.fold instead

  19. def foldLeft[B](z: B)(op: (B, Item[A]) => B): B
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).foldLeft(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  20. def foldRight[B](z: B)(op: (Item[A], B) => B): B
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).foldRight(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  21. def forall(f: (Item[A]) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).forall(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.forall(...) instead

  22. def foreach[U](f: (Item[A]) => U): Unit
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).foreach(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foreach(...) instead

  23. def hasDefiniteSize: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)

  24. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).isEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.isEmpty instead

  25. def map[B](f: (Item[A]) => B): IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).map(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.map instead or consider requiring an Iterable

  26. def max(implicit ord: Ordering[Item[A]]): Item[A]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).max(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.max instead

  27. def maxBy[B](f: (Item[A]) => B)(implicit cmp: Ordering[B]): Item[A]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).maxBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.maxBy(...) instead

  28. def min(implicit ord: Ordering[Item[A]]): Item[A]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).min(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.min instead

  29. def minBy[B](f: (Item[A]) => B)(implicit cmp: Ordering[B]): Item[A]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).minBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.minBy(...) instead

  30. def mkString: String
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).mkString
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  31. def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).mkString(sep)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  32. def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).mkString(start, sep, end)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  33. def nonEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).nonEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.nonEmpty instead

  34. def product(implicit num: Numeric[Item[A]]): Item[A]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).product(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.product instead

  35. def reduce(f: (Item[A], Item[A]) => Item[A]): Item[A]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).reduce(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduce(...) instead

  36. def reduceLeft(f: (Item[A], Item[A]) => Item[A]): Item[A]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).reduceLeft(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeft(...) instead

  37. def reduceLeftOption(f: (Item[A], Item[A]) => Item[A]): Option[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).reduceLeftOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeftOption(...) instead

  38. def reduceOption(f: (Item[A], Item[A]) => Item[A]): Option[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).reduceOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceOption(...) instead

  39. def reduceRight(f: (Item[A], Item[A]) => Item[A]): Item[A]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).reduceRight(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRight(...) instead

  40. def reduceRightOption(f: (Item[A], Item[A]) => Item[A]): Option[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).reduceRightOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRightOption(...) instead

  41. final def repr: Iterable[Item[A]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside

  42. def sameElements[B >: A](that: IterableOnce[B]): Boolean
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sameElements instead

  43. def seq: Menu.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterable.seq always returns the iterable itself

  44. def size: Int
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).size
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.size instead

  45. def sum(implicit num: Numeric[Item[A]]): Item[A]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).sum(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sum instead

  46. def to[C1](factory: Factory[Item[A], C1]): C1
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).to(factory)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(factory) instead

  47. def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).toArray(arg0)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toArray

  48. def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).toBuffer
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(ArrayBuffer) instead

  49. def toIndexedSeq: IndexedSeq[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).toIndexedSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toIndexedSeq instead

  50. final def toIterable: Iterable[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).toIterable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  51. def toIterator: Iterator[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).toIterator
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead

  52. final def toIterator: Iterator[Item[A]]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  53. def toList: List[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).toList
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(List) instead

  54. def toMap[K, V](implicit ev: <:<[Item[A], (K, V)]): Map[K, V]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).toMap(ev)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Map) instead

  55. def toSeq: Seq[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).toSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Seq) instead

  56. def toSet[B >: A]: Set[B]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).toSet
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Set) instead

  57. def toStream: Stream[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).toStream
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(LazyList) instead

  58. final def toStream: Stream[Item[A]]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  59. final def toTraversable: Traversable[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).toTraversable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  60. final def toTraversable: Traversable[Item[A]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use toIterable instead

  61. def toVector: Vector[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).toVector
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Vector) instead

  62. def view(from: Int, until: Int): View[Item[A]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)

  63. def withFilter(f: (Item[A]) => Boolean): Iterator[Item[A]]
    Implicit
    This member is added by an implicit conversion from Menu[A] toIterableOnceExtensionMethods[Item[A]] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (menu: IterableOnceExtensionMethods[Item[A]]).withFilter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.withFilter(...) instead

  64. def |>[B](f: (Menu[A]) => B): B
    Implicit
    This member is added by an implicit conversion from Menu[A] toDrxAny[Menu[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)

  65. def [B](y: B): (Menu[A], B)
    Implicit
    This member is added by an implicit conversion from Menu[A] toArrowAssoc[Menu[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 Iterable[Item[A]]

Inherited from IterableOps[Item[A], Iterable, Iterable[Item[A]]]

Inherited from IterableOnceOps[Item[A], Iterable, Iterable[Item[A]]]

Inherited from IterableOnce[Item[A]]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion iterableOnceExtensionMethods fromMenu[A] to IterableOnceExtensionMethods[Item[A]]

Inherited by implicit conversion richDrxAny fromMenu[A] to DrxAny[Menu[A]]

Inherited by implicit conversion richDrxIterable fromMenu[A] to DrxIterable[Item[A]]

Inherited by implicit conversion DrxBoundOps fromMenu[A] to BoundOps[Menu[A]]

Inherited by implicit conversion any2stringadd fromMenu[A] to any2stringadd[Menu[A]]

Inherited by implicit conversion StringFormat fromMenu[A] to StringFormat[Menu[A]]

Inherited by implicit conversion Ensuring fromMenu[A] to Ensuring[Menu[A]]

Inherited by implicit conversion ArrowAssoc fromMenu[A] to ArrowAssoc[Menu[A]]

Ungrouped