Packages

case class RoutingInfo(routes: Vector[LnRoute]) extends SeqWrapper[LnRoute] with LnTag with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RoutingInfo
  2. Serializable
  3. Product
  4. LnTag
  5. SeqWrapper
  6. IndexedSeq
  7. IndexedSeqOps
  8. IndexedSeq
  9. IndexedSeqOps
  10. Seq
  11. SeqOps
  12. Seq
  13. Equals
  14. SeqOps
  15. PartialFunction
  16. Function1
  17. Iterable
  18. Iterable
  19. IterableFactoryDefaults
  20. IterableOps
  21. IterableOnceOps
  22. IterableOnce
  23. AnyRef
  24. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RoutingInfo(routes: Vector[LnRoute])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ++[B >: LnRoute](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  4. final def ++:[B >: LnRoute](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  5. final def +:[B >: LnRoute](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  6. final def :+[B >: LnRoute](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  7. final def :++[B >: LnRoute](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def addString(b: StringBuilder): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  10. final def addString(b: StringBuilder, sep: String): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  11. def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
    Definition Classes
    IterableOnceOps
  12. def andThen[C](k: PartialFunction[LnRoute, C]): PartialFunction[Int, C]
    Definition Classes
    PartialFunction
  13. def andThen[C](k: (LnRoute) => C): PartialFunction[Int, C]
    Definition Classes
    PartialFunction → Function1
  14. def appended[B >: LnRoute](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  15. def appendedAll[B >: LnRoute](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  16. def apply(idx: Int): LnRoute
    Definition Classes
    SeqWrapper → SeqOps → Function1
  17. def applyOrElse[A1 <: Int, B1 >: LnRoute](x: A1, default: (A1) => B1): B1
    Definition Classes
    PartialFunction
  18. def applyPreferredMaxLength: Int
    Attributes
    protected
    Definition Classes
    IndexedSeq
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def canEqual(that: Any): Boolean
    Definition Classes
    IndexedSeq → Seq → Equals
  21. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  23. final def coll: RoutingInfo.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  24. def collect[B](pf: PartialFunction[LnRoute, B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  25. def collectFirst[B](pf: PartialFunction[LnRoute, B]): Option[B]
    Definition Classes
    IterableOnceOps
  26. def combinations(n: Int): Iterator[IndexedSeq[LnRoute]]
    Definition Classes
    SeqOps
  27. def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, LnRoute]
    Definition Classes
    PartialFunction
  28. def compose[A](g: (A) => Int): (A) => LnRoute
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  29. final def concat[B >: LnRoute](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  30. def contains[A1 >: LnRoute](elem: A1): Boolean
    Definition Classes
    SeqOps
  31. def containsSlice[B >: LnRoute](that: Seq[B]): Boolean
    Definition Classes
    SeqOps
  32. def copyToArray[B >: LnRoute](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  33. def copyToArray[B >: LnRoute](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  34. def copyToArray[B >: LnRoute](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  35. def corresponds[B](that: Seq[B])(p: (LnRoute, B) => Boolean): Boolean
    Definition Classes
    SeqOps
  36. def corresponds[B](that: IterableOnce[B])(p: (LnRoute, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  37. def count(p: (LnRoute) => Boolean): Int
    Definition Classes
    IterableOnceOps
  38. def data: Vector[UInt5]
    Definition Classes
    LnTag
  39. def diff[B >: LnRoute](that: Seq[B]): IndexedSeq[LnRoute]
    Definition Classes
    SeqOps
  40. def distinct: IndexedSeq[LnRoute]
    Definition Classes
    SeqOps
  41. def distinctBy[B](f: (LnRoute) => B): IndexedSeq[LnRoute]
    Definition Classes
    SeqOps
  42. def drop(n: Int): IndexedSeq[LnRoute]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  43. def dropRight(n: Int): IndexedSeq[LnRoute]
    Definition Classes
    IndexedSeqOps → IterableOps
  44. def dropWhile(p: (LnRoute) => Boolean): IndexedSeq[LnRoute]
    Definition Classes
    IterableOps → IterableOnceOps
  45. def elementWise: ElementWiseExtractor[Int, LnRoute]
    Definition Classes
    PartialFunction
  46. def empty: IndexedSeq[LnRoute]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  47. val encoded: Vector[UInt5]

    The payload for the tag without any meta information encoded with it

    The payload for the tag without any meta information encoded with it

    Definition Classes
    RoutingInfoLnTag
  48. def endsWith[B >: LnRoute](that: Iterable[B]): Boolean
    Definition Classes
    SeqOps
  49. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. def equals(o: Any): Boolean
    Definition Classes
    Seq → Equals → AnyRef → Any
  51. def exists(p: (LnRoute) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  52. def filter(pred: (LnRoute) => Boolean): IndexedSeq[LnRoute]
    Definition Classes
    IterableOps → IterableOnceOps
  53. def filterNot(pred: (LnRoute) => Boolean): IndexedSeq[LnRoute]
    Definition Classes
    IterableOps → IterableOnceOps
  54. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  55. def find(p: (LnRoute) => Boolean): Option[LnRoute]
    Definition Classes
    IterableOnceOps
  56. def findLast(p: (LnRoute) => Boolean): Option[LnRoute]
    Definition Classes
    SeqOps
  57. def flatMap[B](f: (LnRoute) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  58. def flatten[B](implicit asIterable: (LnRoute) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  59. def fold[A1 >: LnRoute](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  60. def foldLeft[B](z: B)(op: (B, LnRoute) => B): B
    Definition Classes
    IterableOnceOps
  61. def foldRight[B](z: B)(op: (LnRoute, B) => B): B
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  62. def forall(p: (LnRoute) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  63. def foreach[U](f: (LnRoute) => U): Unit
    Definition Classes
    IterableOnceOps
  64. def fromSpecific(coll: IterableOnce[LnRoute]): IndexedSeq[LnRoute]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  65. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  66. def groupBy[K](f: (LnRoute) => K): Map[K, IndexedSeq[LnRoute]]
    Definition Classes
    IterableOps
  67. def groupMap[K, B](key: (LnRoute) => K)(f: (LnRoute) => B): Map[K, IndexedSeq[B]]
    Definition Classes
    IterableOps
  68. def groupMapReduce[K, B](key: (LnRoute) => K)(f: (LnRoute) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  69. def grouped(size: Int): Iterator[IndexedSeq[LnRoute]]
    Definition Classes
    IterableOps
  70. def hashCode(): Int
    Definition Classes
    Seq → AnyRef → Any
  71. def head: LnRoute
    Definition Classes
    IndexedSeqOps → IterableOps
  72. def headOption: Option[LnRoute]
    Definition Classes
    IndexedSeqOps → IterableOps
  73. def indexOf[B >: LnRoute](elem: B): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  74. def indexOf[B >: LnRoute](elem: B, from: Int): Int
    Definition Classes
    SeqOps
  75. def indexOfSlice[B >: LnRoute](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  76. def indexOfSlice[B >: LnRoute](that: Seq[B], from: Int): Int
    Definition Classes
    SeqOps
  77. def indexWhere(p: (LnRoute) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  78. def indexWhere(p: (LnRoute) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  79. def indices: Range
    Definition Classes
    SeqOps
  80. def init: IndexedSeq[LnRoute]
    Definition Classes
    IterableOps
  81. def inits: Iterator[IndexedSeq[LnRoute]]
    Definition Classes
    IterableOps
  82. def intersect[B >: LnRoute](that: Seq[B]): IndexedSeq[LnRoute]
    Definition Classes
    SeqOps
  83. def isDefinedAt(idx: Int): Boolean
    Definition Classes
    SeqOps
  84. def isEmpty: Boolean
    Definition Classes
    SeqOps → IterableOnceOps
  85. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  86. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  87. def iterableFactory: SeqFactory[IndexedSeq]
    Definition Classes
    IndexedSeq → IndexedSeq → Seq → Seq → Iterable → Iterable → IterableOps
  88. def iterator: Iterator[LnRoute]
    Definition Classes
    SeqWrapper → IndexedSeqOps → IterableOnce
  89. def knownSize: Int
    Definition Classes
    IndexedSeqOps → IterableOnce
  90. def last: LnRoute
    Definition Classes
    IndexedSeqOps → IterableOps
  91. def lastIndexOf[B >: LnRoute](elem: B, end: Int): Int
    Definition Classes
    SeqOps
  92. def lastIndexOfSlice[B >: LnRoute](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  93. def lastIndexOfSlice[B >: LnRoute](that: Seq[B], end: Int): Int
    Definition Classes
    SeqOps
  94. def lastIndexWhere(p: (LnRoute) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  95. def lastIndexWhere(p: (LnRoute) => Boolean, end: Int): Int
    Definition Classes
    SeqOps
  96. def lastOption: Option[LnRoute]
    Definition Classes
    IterableOps
  97. def lazyZip[B](that: Iterable[B]): LazyZip2[LnRoute, B, RoutingInfo.this.type]
    Definition Classes
    Iterable
  98. def length: Int
    Definition Classes
    SeqWrapper → SeqOps
  99. final def lengthCompare(that: Iterable[_]): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  100. final def lengthCompare(len: Int): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  101. final def lengthIs: SizeCompareOps
    Definition Classes
    SeqOps
    Annotations
    @inline()
  102. def lift: (Int) => Option[LnRoute]
    Definition Classes
    PartialFunction
  103. def map[B](f: (LnRoute) => B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  104. def max[B >: LnRoute](implicit ord: Ordering[B]): LnRoute
    Definition Classes
    IterableOnceOps
  105. def maxBy[B](f: (LnRoute) => B)(implicit ord: Ordering[B]): LnRoute
    Definition Classes
    IterableOnceOps
  106. def maxByOption[B](f: (LnRoute) => B)(implicit ord: Ordering[B]): Option[LnRoute]
    Definition Classes
    IterableOnceOps
  107. def maxOption[B >: LnRoute](implicit ord: Ordering[B]): Option[LnRoute]
    Definition Classes
    IterableOnceOps
  108. def min[B >: LnRoute](implicit ord: Ordering[B]): LnRoute
    Definition Classes
    IterableOnceOps
  109. def minBy[B](f: (LnRoute) => B)(implicit ord: Ordering[B]): LnRoute
    Definition Classes
    IterableOnceOps
  110. def minByOption[B](f: (LnRoute) => B)(implicit ord: Ordering[B]): Option[LnRoute]
    Definition Classes
    IterableOnceOps
  111. def minOption[B >: LnRoute](implicit ord: Ordering[B]): Option[LnRoute]
    Definition Classes
    IterableOnceOps
  112. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  113. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  114. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  115. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  116. def newSpecificBuilder: Builder[LnRoute, IndexedSeq[LnRoute]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  117. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  118. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  119. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  120. def occCounts[B](sq: Seq[B]): Map[B, Int]
    Attributes
    protected[collection]
    Definition Classes
    SeqOps
  121. def orElse[A1 <: Int, B1 >: LnRoute](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  122. def padTo[B >: LnRoute](len: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  123. def partition(p: (LnRoute) => Boolean): (IndexedSeq[LnRoute], IndexedSeq[LnRoute])
    Definition Classes
    IterableOps
  124. def partitionMap[A1, A2](f: (LnRoute) => Either[A1, A2]): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  125. def patch[B >: LnRoute](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]
    Definition Classes
    SeqOps
  126. def permutations: Iterator[IndexedSeq[LnRoute]]
    Definition Classes
    SeqOps
  127. val prefix: LnTagPrefix
    Definition Classes
    RoutingInfoLnTag
  128. def prefixUInt5: UInt5
    Definition Classes
    LnTag
  129. def prepended[B >: LnRoute](elem: B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → SeqOps
  130. def prependedAll[B >: LnRoute](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  131. def product[B >: LnRoute](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  132. def productElementNames: Iterator[String]
    Definition Classes
    Product
  133. def reduce[B >: LnRoute](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  134. def reduceLeft[B >: LnRoute](op: (B, LnRoute) => B): B
    Definition Classes
    IterableOnceOps
  135. def reduceLeftOption[B >: LnRoute](op: (B, LnRoute) => B): Option[B]
    Definition Classes
    IterableOnceOps
  136. def reduceOption[B >: LnRoute](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  137. def reduceRight[B >: LnRoute](op: (LnRoute, B) => B): B
    Definition Classes
    IterableOnceOps
  138. def reduceRightOption[B >: LnRoute](op: (LnRoute, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  139. def reverse: IndexedSeq[LnRoute]
    Definition Classes
    IndexedSeqOps → SeqOps
  140. def reverseIterator: Iterator[LnRoute]
    Definition Classes
    IndexedSeqOps → SeqOps
  141. def reversed: Iterable[LnRoute]
    Attributes
    protected
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  142. val routes: Vector[LnRoute]
  143. def runWith[U](action: (LnRoute) => U): (Int) => Boolean
    Definition Classes
    PartialFunction
  144. def sameElements[B >: LnRoute](o: IterableOnce[B]): Boolean
    Definition Classes
    IndexedSeq → SeqOps
  145. def scan[B >: LnRoute](z: B)(op: (B, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  146. def scanLeft[B](z: B)(op: (B, LnRoute) => B): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  147. def scanRight[B](z: B)(op: (LnRoute, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  148. def search[B >: LnRoute](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  149. def search[B >: LnRoute](elem: B)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  150. def segmentLength(p: (LnRoute) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  151. final def segmentLength(p: (LnRoute) => Boolean): Int
    Definition Classes
    SeqOps
  152. final def size: Int
    Definition Classes
    SeqOps → IterableOnceOps
  153. final def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    SeqOps → IterableOps
  154. final def sizeCompare(otherSize: Int): Int
    Definition Classes
    SeqOps → IterableOps
  155. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  156. def slice(from: Int, until: Int): IndexedSeq[LnRoute]
    Definition Classes
    IndexedSeqOps → IndexedSeqOps → IterableOps → IterableOnceOps
  157. def sliding(size: Int, step: Int): Iterator[IndexedSeq[LnRoute]]
    Definition Classes
    IterableOps
  158. def sliding(size: Int): Iterator[IndexedSeq[LnRoute]]
    Definition Classes
    IterableOps
  159. def sortBy[B](f: (LnRoute) => B)(implicit ord: Ordering[B]): IndexedSeq[LnRoute]
    Definition Classes
    SeqOps
  160. def sortWith(lt: (LnRoute, LnRoute) => Boolean): IndexedSeq[LnRoute]
    Definition Classes
    SeqOps
  161. def sorted[B >: LnRoute](implicit ord: Ordering[B]): IndexedSeq[LnRoute]
    Definition Classes
    SeqOps
  162. def span(p: (LnRoute) => Boolean): (IndexedSeq[LnRoute], IndexedSeq[LnRoute])
    Definition Classes
    IterableOps → IterableOnceOps
  163. def splitAt(n: Int): (IndexedSeq[LnRoute], IndexedSeq[LnRoute])
    Definition Classes
    IterableOps → IterableOnceOps
  164. def startsWith[B >: LnRoute](that: IterableOnce[B], offset: Int): Boolean
    Definition Classes
    SeqOps
  165. def stepper[S <: Stepper[_]](implicit shape: StepperShape[LnRoute, S]): S with EfficientSplit
    Definition Classes
    IndexedSeqOps → IterableOnce
  166. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    IndexedSeq → Seq → Iterable
  167. def sum[B >: LnRoute](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  168. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  169. def tail: IndexedSeq[LnRoute]
    Definition Classes
    IterableOps
  170. def tails: Iterator[IndexedSeq[LnRoute]]
    Definition Classes
    IterableOps
  171. def take(n: Int): IndexedSeq[LnRoute]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  172. def takeRight(n: Int): IndexedSeq[LnRoute]
    Definition Classes
    IndexedSeqOps → IterableOps
  173. def takeWhile(p: (LnRoute) => Boolean): IndexedSeq[LnRoute]
    Definition Classes
    IterableOps → IterableOnceOps
  174. def tapEach[U](f: (LnRoute) => U): IndexedSeq[LnRoute]
    Definition Classes
    IterableOps → IterableOnceOps
  175. def to[C1](factory: Factory[LnRoute, C1]): C1
    Definition Classes
    IterableOnceOps
  176. def toArray[B >: LnRoute](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  177. final def toBuffer[B >: LnRoute]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  178. final def toIndexedSeq: IndexedSeq[LnRoute]
    Definition Classes
    IndexedSeq → IterableOnceOps
  179. def toList: List[LnRoute]
    Definition Classes
    IterableOnceOps
  180. def toMap[K, V](implicit ev: <:<[LnRoute, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  181. final def toSeq: RoutingInfo.this.type
    Definition Classes
    Seq → IterableOnceOps
  182. def toSet[B >: LnRoute]: Set[B]
    Definition Classes
    IterableOnceOps
  183. def toString(): String
    Definition Classes
    LnTag → AnyRef → Any
  184. def toVector: Vector[LnRoute]
    Definition Classes
    IterableOnceOps
  185. def transpose[B](implicit asIterable: (LnRoute) => Iterable[B]): IndexedSeq[IndexedSeq[B]]
    Definition Classes
    IterableOps
  186. def unapply(a: Int): Option[LnRoute]
    Definition Classes
    PartialFunction
  187. def unzip[A1, A2](implicit asPair: (LnRoute) => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  188. def unzip3[A1, A2, A3](implicit asTriple: (LnRoute) => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
    Definition Classes
    IterableOps
  189. def updated[B >: LnRoute](index: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  190. def view: IndexedSeqView[LnRoute]
    Definition Classes
    IndexedSeqOps → SeqOps → IterableOps
  191. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  192. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  193. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  194. def withFilter(p: (LnRoute) => Boolean): WithFilter[LnRoute, [_]IndexedSeq[_]]
    Definition Classes
    IterableOps
  195. val wrapped: Vector[LnRoute]
    Attributes
    protected
    Definition Classes
    RoutingInfoSeqWrapper
  196. def zip[B](that: IterableOnce[B]): IndexedSeq[(LnRoute, B)]
    Definition Classes
    IterableOps
  197. def zipAll[A1 >: LnRoute, B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
    Definition Classes
    IterableOps
  198. def zipWithIndex: IndexedSeq[(LnRoute, Int)]
    Definition Classes
    IterableOps → IterableOnceOps

Deprecated Value Members

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

    (Since version 2.13.0) Use foldLeft instead of /:

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

    (Since version 2.13.0) Use foldRight instead of :\

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

    (Since version 2.13.0) For sequential collections, prefer foldLeft(z)(seqop). For parallel collections, use ParIterableLike#aggregate.

  4. def companion: IterableFactory[[_]IndexedSeq[_]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding() @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

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

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

  6. 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)

  7. final def prefixLength(p: (LnRoute) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use segmentLength instead of prefixLength

  8. final def repr: IndexedSeq[LnRoute]
    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

  9. def reverseMap[B](f: (LnRoute) => B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .reverseIterator.map(f).to(...) instead of .reverseMap(f)

  10. def seq: RoutingInfo.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

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

  11. final def toIterable: RoutingInfo.this.type
    Definition Classes
    Iterable → IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.7) toIterable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  12. final def toIterator: Iterator[LnRoute]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  13. final def toStream: Stream[LnRoute]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  14. final def toTraversable: Traversable[LnRoute]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) toTraversable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  15. final def union[B >: LnRoute](that: Seq[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use concat instead

  16. def view(from: Int, until: Int): IndexedSeqView[LnRoute]
    Definition Classes
    IndexedSeqOps → IterableOps
    Annotations
    @deprecated
    Deprecated

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

Inherited from Serializable

Inherited from Product

Inherited from LnTag

Inherited from SeqWrapper[LnRoute]

Inherited from IndexedSeq[LnRoute]

Inherited from IndexedSeq[LnRoute]

Inherited from Seq[LnRoute]

Inherited from SeqOps[LnRoute, [_]IndexedSeq[_], IndexedSeq[LnRoute]]

Inherited from Seq[LnRoute]

Inherited from Equals

Inherited from SeqOps[LnRoute, [_]IndexedSeq[_], IndexedSeq[LnRoute]]

Inherited from PartialFunction[Int, LnRoute]

Inherited from (Int) => LnRoute

Inherited from Iterable[LnRoute]

Inherited from Iterable[LnRoute]

Inherited from IterableOnce[LnRoute]

Inherited from AnyRef

Inherited from Any

Ungrouped