net.liftweb.mapper.OneToMany

MappedOneToMany

class MappedOneToMany [O <: Mapper[O]] extends MappedOneToManyBase[O]

Simple OneToMany support for children from the same table

linear super types: MappedOneToManyBase[O], Buffer[O], BufferLike[O, Buffer[O]], Cloneable[Buffer[O]], Subtractable[O, Buffer[O]], Scriptable[O], Shrinkable[O], Growable[O], Seq[O], Seq[O], SeqLike[O, Buffer[O]], PartialFunction[Int, O], (Int) ⇒ O, Iterable[O], Iterable[O], IterableLike[O, Buffer[O]], Equals, Traversable[O], Mutable, Traversable[O], GenericTraversableTemplate[O, Buffer], TraversableLike[O, Buffer[O]], TraversableOnce[O], FilterMonadic[O, Buffer[O]], HasNewBuilder[O, Buffer[O]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. MappedOneToMany
  2. MappedOneToManyBase
  3. Buffer
  4. BufferLike
  5. Cloneable
  6. Subtractable
  7. Scriptable
  8. Shrinkable
  9. Growable
  10. Seq
  11. Seq
  12. SeqLike
  13. PartialFunction
  14. Function1
  15. Iterable
  16. Iterable
  17. IterableLike
  18. Equals
  19. Traversable
  20. Mutable
  21. Traversable
  22. GenericTraversableTemplate
  23. TraversableLike
  24. TraversableOnce
  25. FilterMonadic
  26. HasNewBuilder
  27. AnyRef
  28. Any
Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Instance constructors

  1. new MappedOneToMany (meta: MetaMapper[O], foreign: MappedForeignKey[K, O, T], qp: QueryParam[O]*)

Type Members

  1. type Self = Buffer[O]

    attributes: protected
    definition classes: TraversableLike

Value Members

  1. def != (arg0: AnyRef) : Boolean

    attributes: final
    definition classes: AnyRef
  2. def != (arg0: Any) : Boolean

    o != arg0 is the same as !(o == (arg0)).

    o != arg0 is the same as !(o == (arg0)).

    arg0

    the object to compare against this object for dis-equality.

    returns

    false if the receiver object is equivalent to the argument; true otherwise.

    attributes: final
    definition classes: Any
  3. def ## () : Int

    attributes: final
    definition classes: AnyRef → Any
  4. def $asInstanceOf [T0] () : T0

    attributes: final
    definition classes: AnyRef
  5. def $isInstanceOf [T0] () : Boolean

    attributes: final
    definition classes: AnyRef
  6. def + (elem1: O, elem2: O, elems: O*) : Buffer[O]

    definition classes: BufferLike
      deprecated:
    1. Use ++= instead if you intend to add by side effect to an existing collection. Use clone() ++=' if you intend to create a new collection.

  7. def + (elem: O) : Buffer[O]

    definition classes: BufferLike
      deprecated:
    1. Use += instead if you intend to add by side effect to an existing collection. Use clone() +=' if you intend to create a new collection.

  8. def ++ (xs: TraversableOnce[O]) : Buffer[O]

    definition classes: BufferLike
  9. def ++ [B >: A, That] (that: TraversableOnce[B])(implicit bf: CanBuildFrom[Buffer[O], B, That]) : That

    definition classes: TraversableLike
  10. def ++: (xs: Traversable[O]) : Buffer[O]

    attributes: final
    definition classes: BufferLike
      deprecated:
    1. use ++=: instead

  11. def ++= (src: Array[O], start: Int, len: Int) : Unit

    definition classes: BufferLike
      deprecated:
    1. replace by: buf ++= src.view(start, end)

  12. def ++= (xs: TraversableOnce[O]) : MappedOneToMany.this.type

    definition classes: Growable
  13. def ++=: (xs: TraversableOnce[O]) : MappedOneToMany.this.type

    definition classes: BufferLike
  14. def +: (elem: O) : Buffer[O]

    attributes: final
    definition classes: BufferLike
      deprecated:
    1. use +=:' instead

  15. def +: [B >: A, That] (elem: B)(implicit bf: CanBuildFrom[Buffer[O], B, That]) : That

    definition classes: SeqLike
  16. def += (elem: O) : MappedOneToMany.this.type

    definition classes: MappedOneToManyBase → BufferLike → Growable
  17. def += (elem1: O, elem2: O, elems: O*) : MappedOneToMany.this.type

    definition classes: Growable
  18. def +=: (elem: O) : MappedOneToMany.this.type

    definition classes: MappedOneToManyBase → BufferLike
  19. def - (elem1: O, elem2: O, elems: O*) : Buffer[O]

    definition classes: BufferLike → Subtractable
  20. def - (elem: O) : Buffer[O]

    definition classes: BufferLike → Subtractable
  21. def -- (xs: TraversableOnce[O]) : Buffer[O]

    definition classes: BufferLike → Subtractable
  22. def --= (xs: TraversableOnce[O]) : MappedOneToMany.this.type

    definition classes: Shrinkable
  23. def -= (x: O) : MappedOneToMany.this.type

    definition classes: BufferLike → Shrinkable
  24. def -= (elem1: O, elem2: O, elems: O*) : MappedOneToMany.this.type

    definition classes: Shrinkable
  25. def /: [B] (z: B)(op: (B, O) ⇒ B) : B

    definition classes: TraversableOnce
  26. def :+ [B >: A, That] (elem: B)(implicit bf: CanBuildFrom[Buffer[O], B, That]) : That

    definition classes: SeqLike
  27. def :\ [B] (z: B)(op: (O, B) ⇒ B) : B

    definition classes: TraversableOnce
  28. def << (cmd: Message[O]) : Unit

    definition classes: BufferLike → Scriptable
  29. def == (arg0: AnyRef) : Boolean

    o == arg0 is the same as if (o eq null) arg0 eq null else o.equals(arg0).

    o == arg0 is the same as if (o eq null) arg0 eq null else o.equals(arg0).

    arg0

    the object to compare against this object for equality.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    attributes: final
    definition classes: AnyRef
  30. def == (arg0: Any) : Boolean

    o == arg0 is the same as o.equals(arg0).

    o == arg0 is the same as o.equals(arg0).

    arg0

    the object to compare against this object for equality.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    attributes: final
    definition classes: Any
  31. def addString (b: StringBuilder) : StringBuilder

    definition classes: TraversableOnce
  32. def addString (b: StringBuilder, sep: String) : StringBuilder

    definition classes: TraversableOnce
  33. def addString (b: StringBuilder, start: String, sep: String, end: String) : StringBuilder

    definition classes: TraversableOnce
  34. def all : List[O]

    Returns the backing List

    Returns the backing List

    definition classes: MappedOneToManyBase
  35. def andThen [C] (k: (O) ⇒ C) : PartialFunction[Int, C]

    definition classes: PartialFunction → Function1
  36. def append (elems: O*) : Unit

    definition classes: BufferLike
  37. def appendAll (xs: TraversableOnce[O]) : Unit

    definition classes: BufferLike
  38. def apply (n: Int) : O

    definition classes: MappedOneToManyBase → BufferLike → SeqLike → Function1
  39. def asInstanceOf [T0] : T0

    This method is used to cast the receiver object to be of type T0.

    This method is used to cast the receiver object to be of type T0.

    Note that the success of a cast at runtime is modulo Scala's erasure semantics. Therefore the expression1.asInstanceOf[String] will throw a ClassCastException at runtime, while the expressionList(1).asInstanceOf[List[String]] will not. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested typed.

    returns

    the receiver object.

    attributes: final
    definition classes: Any
  40. def canEqual (that: Any) : Boolean

    definition classes: IterableLike → Equals
  41. def clear () : Unit

    definition classes: MappedOneToManyBase → BufferLike → Growable
  42. def clone () : Buffer[O]

    This method creates and returns a copy of the receiver object.

    This method creates and returns a copy of the receiver object.

    The default implementation of the clone method is platform dependent.

    returns

    a copy of the receiver object.

    definition classes: Cloneable → AnyRef
  43. def collect [B, That] (pf: PartialFunction[O, B])(implicit bf: CanBuildFrom[Buffer[O], B, That]) : That

    definition classes: TraversableLike
  44. def companion : GenericCompanion[Buffer]

    definition classes: Buffer → Seq → Seq → Iterable → Iterable → Traversable → Traversable → GenericTraversableTemplate
  45. def compose [A] (g: (A) ⇒ Int) : (A) ⇒ O

    definition classes: Function1
  46. def contains (elem: Any) : Boolean

    definition classes: SeqLike
  47. def containsSlice [B] (that: Seq[B]) : Boolean

    definition classes: SeqLike
  48. def copyToArray [B >: A] (xs: Array[B], start: Int, len: Int) : Unit

    definition classes: IterableLike → TraversableLike → TraversableOnce
  49. def copyToArray [B >: A] (xs: Array[B]) : Unit

    definition classes: TraversableOnce
  50. def copyToArray [B >: A] (xs: Array[B], start: Int) : Unit

    definition classes: TraversableOnce
  51. def copyToBuffer [B >: A] (dest: Buffer[B]) : Unit

    definition classes: TraversableOnce
  52. def corresponds [B] (that: Seq[B])(p: (O, B) ⇒ Boolean) : Boolean

    definition classes: SeqLike
  53. def count (p: (O) ⇒ Boolean) : Int

    definition classes: TraversableOnce
  54. def delegate : List[O]

    attributes: protected
    definition classes: MappedOneToManyBase
  55. def delegate_= (d: List[O]) : Unit

    attributes: protected
    definition classes: MappedOneToManyBase
  56. def diff [B >: A] (that: Seq[B]) : Buffer[O]

    definition classes: SeqLike
  57. def distinct : Buffer[O]

    definition classes: SeqLike
  58. def drop (n: Int) : Buffer[O]

    definition classes: TraversableLike
  59. def dropRight (n: Int) : Buffer[O]

    definition classes: IterableLike
  60. def dropWhile (p: (O) ⇒ Boolean) : Buffer[O]

    definition classes: TraversableLike
  61. def elements : Iterator[O]

    definition classes: IterableLike
      deprecated:
    1. use iterator' instead

  62. def endsWith [B] (that: Seq[B]) : Boolean

    definition classes: SeqLike
  63. def eq (arg0: AnyRef) : Boolean

    This method is used to test whether the argument (arg0) is a reference to the receiver object (this).

    This method is used to test whether the argument (arg0) is a reference to the receiver object (this).

    The eq method implements an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence relation] on non-null instances of AnyRef: * It is reflexive: for any non-null instance x of type AnyRef, x.eq(x) returns true. * It is symmetric: for any non-null instances x and y of type AnyRef, x.eq(y) returns true if and only if y.eq(x) returns true. * It is transitive: for any non-null instances x, y, and z of type AnyRef if x.eq(y) returns true and y.eq(z) returns true, then x.eq(z) returns true.

    Additionally, the eq method has three other properties. * It is consistent: for any non-null instances x and y of type AnyRef, multiple invocations of x.eq(y) consistently returns true or consistently returns false. * For any non-null instance x of type AnyRef, x.eq(null) and null.eq(x) returns false. * null.eq(null) returns true.

    When overriding the equals or hashCode methods, it is important to ensure that their behavior is consistent with reference equality. Therefore, if two objects are references to each other (o1 eq o2), they should be equal to each other (o1 == o2) and they should hash to the same value (o1.hashCode == o2.hashCode).

    arg0

    the object to compare against this object for reference equality.

    returns

    true if the argument is a reference to the receiver object; false otherwise.

    attributes: final
    definition classes: AnyRef
  64. def equals (that: Any) : Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence.

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence.

    The default implementations of this method is an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence relation]: * It is reflexive: for any instance x of type Any, x.equals(x) should return true. * It is symmetric: for any instances x and y of type Any, x.equals(y) should return true if and only if y.equals(x) returns true. * It is transitive: for any instances x, y, and z of type AnyRef if x.equals(y) returns true and y.equals(z) returns true, then x.equals(z) should return true.

    If you override this method, you should verify that your implementation remains an equivalence relation. Additionally, when overriding this method it is often necessary to override hashCode to ensure that objects that are "equal" (o1.equals(o2) returns true) hash to the same scala.Int (o1.hashCode.equals(o2.hashCode)).

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    definition classes: SeqLike → Equals → AnyRef → Any
  65. def equalsWith [B] (that: Seq[B])(f: (O, B) ⇒ Boolean) : Boolean

    definition classes: SeqLike
      deprecated:
    1. use corresponds instead

  66. def exists (p: (O) ⇒ Boolean) : Boolean

    definition classes: IterableLike → TraversableLike → TraversableOnce
  67. def filter (p: (O) ⇒ Boolean) : Buffer[O]

    definition classes: TraversableLike
  68. def filterNot (p: (O) ⇒ Boolean) : Buffer[O]

    definition classes: TraversableLike
  69. def finalize () : Unit

    This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object.

    This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object.

    The details of when and if the finalize method are invoked, as well as the interaction between finalizeand non-local returns and exceptions, are all platform dependent.

    attributes: protected
    definition classes: AnyRef
  70. def find (p: (O) ⇒ Boolean) : Option[O]

    definition classes: IterableLike → TraversableLike → TraversableOnce
  71. def findIndexOf (p: (O) ⇒ Boolean) : Int

    definition classes: SeqLike
  72. def findLastIndexOf (p: (O) ⇒ Boolean) : Int

    definition classes: SeqLike
      deprecated:
    1. use lastIndexWhere instead

  73. def first : O

    definition classes: IterableLike
      deprecated:
    1. use head' instead

  74. def firstOption : Option[O]

    definition classes: IterableLike
      deprecated:
    1. use headOption' instead

  75. def flatMap [B, That] (f: (O) ⇒ Traversable[B])(implicit bf: CanBuildFrom[Buffer[O], B, That]) : That

    definition classes: TraversableLike → FilterMonadic
  76. def flatten [B] (implicit asTraversable: (O) ⇒ Traversable[B]) : Buffer[B]

    definition classes: GenericTraversableTemplate
  77. def foldLeft [B] (z: B)(op: (B, O) ⇒ B) : B

    definition classes: TraversableOnce
  78. def foldRight [B] (z: B)(op: (O, B) ⇒ B) : B

    definition classes: IterableLike → TraversableOnce
  79. def forall (p: (O) ⇒ Boolean) : Boolean

    definition classes: IterableLike → TraversableLike → TraversableOnce
  80. def foreach [U] (f: (O) ⇒ U) : Unit

    definition classes: IterableLike → TraversableLike → TraversableOnce → FilterMonadic
  81. def genericBuilder [B] : Builder[B, Buffer[B]]

    definition classes: GenericTraversableTemplate
  82. def getClass () : java.lang.Class[_]

    Returns a representation that corresponds to the dynamic class of the receiver object.

    Returns a representation that corresponds to the dynamic class of the receiver object.

    The nature of the representation is platform dependent.

    returns

    a representation that corresponds to the dynamic class of the receiver object.

    attributes: final
    definition classes: AnyRef
  83. def groupBy [K] (f: (O) ⇒ K) : Map[K, Buffer[O]]

    definition classes: TraversableLike
  84. def grouped (size: Int) : Iterator[Buffer[O]]

    definition classes: IterableLike
  85. def hasDefiniteSize : Boolean

    definition classes: TraversableLike → TraversableOnce
  86. def hashCode () : Int

    Returns a hash code value for the object.

    Returns a hash code value for the object.

    The default hashing algorithm is platform dependent.

    Note that it is allowed for two objects to have identical hash codes (o1.hashCode.equals(o2.hashCode)) yet not be equal (o1.equals(o2) returns false). A degenerate implementation could always return 0. However, it is required that if two objects are equal (o1.equals(o2) returns true) that they have identical hash codes (o1.hashCode.equals(o2.hashCode)). Therefore, when overriding this method, be sure to verify that the behavior is consistent with the equals method.

    returns

    the hash code value for the object.

    definition classes: SeqLike → AnyRef → Any
  87. def head : O

    definition classes: IterableLike → TraversableLike
  88. def headOption : Option[O]

    definition classes: TraversableLike
  89. def indexOf [B >: O] (e: B) : Int

    definition classes: MappedOneToManyBase → SeqLike
  90. def indexOf [B >: A] (elem: B, from: Int) : Int

    definition classes: SeqLike
  91. def indexOfSlice [B >: A] (that: Seq[B], from: Int) : Int

    definition classes: SeqLike
  92. def indexOfSlice [B >: A] (that: Seq[B]) : Int

    definition classes: SeqLike
  93. def indexWhere (p: (O) ⇒ Boolean, from: Int) : Int

    definition classes: SeqLike
  94. def indexWhere (p: (O) ⇒ Boolean) : Int

    definition classes: SeqLike
  95. def indices : Range

    definition classes: SeqLike
  96. def init : Buffer[O]

    definition classes: TraversableLike
  97. def insert (n: Int, elems: O*) : Unit

    definition classes: BufferLike
  98. def insertAll (n: Int, iter: Traversable[O]) : Unit

    definition classes: MappedOneToManyBase → BufferLike
  99. def intersect [B >: A] (that: Seq[B]) : Buffer[O]

    definition classes: SeqLike
  100. def isDefinedAt (idx: Int) : Boolean

    definition classes: SeqLike
  101. def isEmpty : Boolean

    definition classes: IterableLike → TraversableLike → TraversableOnce
  102. def isInstanceOf [T0] : Boolean

    This method is used to test whether the dynamic type of the receiver object is T0.

    This method is used to test whether the dynamic type of the receiver object is T0.

    Note that the test result of the test is modulo Scala's erasure semantics. Therefore the expression1.isInstanceOf[String] will return false, while the expression List(1).isInstanceOf[List[String]] will return true. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested typed.

    returns

    true if the receiver object is an instance of erasure of type T0; false otherwise.

    attributes: final
    definition classes: Any
  103. def isTraversableAgain : Boolean

    attributes: final
    definition classes: TraversableLike → TraversableOnce
  104. def iterator : Iterator[O]

    definition classes: MappedOneToManyBase → IterableLike
  105. def last : O

    definition classes: TraversableLike
  106. def lastIndexOf [B >: A] (elem: B, end: Int) : Int

    definition classes: SeqLike
  107. def lastIndexOf [B >: A] (elem: B) : Int

    definition classes: SeqLike
  108. def lastIndexOfSlice [B >: A] (that: Seq[B], end: Int) : Int

    definition classes: SeqLike
  109. def lastIndexOfSlice [B >: A] (that: Seq[B]) : Int

    definition classes: SeqLike
  110. def lastIndexWhere (p: (O) ⇒ Boolean, end: Int) : Int

    definition classes: SeqLike
  111. def lastIndexWhere (p: (O) ⇒ Boolean) : Int

    definition classes: SeqLike
  112. def lastOption : Option[O]

    definition classes: TraversableLike
  113. def length : Int

    definition classes: MappedOneToManyBase → BufferLike → SeqLike
  114. def lengthCompare (len: Int) : Int

    definition classes: SeqLike
  115. def lift : (Int) ⇒ Option[O]

    definition classes: PartialFunction
  116. def map [B, That] (f: (O) ⇒ B)(implicit bf: CanBuildFrom[Buffer[O], B, That]) : That

    definition classes: TraversableLike → FilterMonadic
  117. def max [B >: A] (implicit cmp: Ordering[B]) : O

    definition classes: TraversableOnce
  118. def min [B >: A] (implicit cmp: Ordering[B]) : O

    definition classes: TraversableOnce
  119. def mkString : String

    definition classes: TraversableOnce
  120. def mkString (sep: String) : String

    definition classes: TraversableOnce
  121. def mkString (start: String, sep: String, end: String) : String

    definition classes: TraversableOnce
  122. def ne (arg0: AnyRef) : Boolean

    o.ne(arg0) is the same as !(o.eq(arg0)).

    o.ne(arg0) is the same as !(o.eq(arg0)).

    arg0

    the object to compare against this object for reference dis-equality.

    returns

    false if the argument is not a reference to the receiver object; true otherwise.

    attributes: final
    definition classes: AnyRef
  123. def newBuilder : Builder[O, Buffer[O]]

    attributes: protected[this]
    definition classes: GenericTraversableTemplate → HasNewBuilder
  124. def nonEmpty : Boolean

    definition classes: TraversableOnce
  125. def notify () : Unit

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Wakes up a single thread that is waiting on the receiver object's monitor.

    attributes: final
    definition classes: AnyRef
  126. def notifyAll () : Unit

    Wakes up all threads that are waiting on the receiver object's monitor.

    Wakes up all threads that are waiting on the receiver object's monitor.

    attributes: final
    definition classes: AnyRef
  127. def orElse [A1 <: A, B1 >: B] (that: PartialFunction[A1, B1]) : PartialFunction[A1, B1]

    definition classes: PartialFunction
  128. def own (e: O) : O

    Takes ownership of e.

    Takes ownership of e. Sets e's foreign key to our primary key

    attributes: protected
    definition classes: MappedOneToManyBase
  129. def padTo [B >: A, That] (len: Int, elem: B)(implicit bf: CanBuildFrom[Buffer[O], B, That]) : That

    definition classes: SeqLike
  130. def partition (p: (O) ⇒ Boolean) : (Buffer[O], Buffer[O])

    definition classes: TraversableLike
  131. def patch [B >: A, That] (from: Int, patch: Seq[B], replaced: Int)(implicit bf: CanBuildFrom[Buffer[O], B, That]) : That

    definition classes: SeqLike
  132. def prefixLength (p: (O) ⇒ Boolean) : Int

    definition classes: SeqLike
  133. def prepend (elems: O*) : Unit

    definition classes: BufferLike
  134. def prependAll (xs: TraversableOnce[O]) : Unit

    definition classes: BufferLike
  135. def product [B >: A] (implicit num: Numeric[B]) : B

    definition classes: TraversableOnce
  136. def projection : SeqView[O, Buffer[O]]

    definition classes: SeqLike → IterableLike
      deprecated:
    1. use view' instead

  137. def readOnly : Seq[O]

    definition classes: BufferLike
  138. def reduceLeft [B >: A] (op: (B, O) ⇒ B) : B

    definition classes: TraversableOnce
  139. def reduceLeftOption [B >: A] (op: (B, O) ⇒ B) : Option[B]

    definition classes: TraversableOnce
  140. def reduceRight [B >: A] (op: (O, B) ⇒ B) : B

    definition classes: IterableLike → TraversableOnce
  141. def reduceRightOption [B >: A] (op: (O, B) ⇒ B) : Option[B]

    definition classes: TraversableOnce
  142. def refresh : Unit

    Reloads the children from storage.

    Reloads the children from storage. NOTE: This may leave children in an inconsistent state. It is recommended to call save or clear() before calling refresh.

    definition classes: MappedOneToManyBase
  143. val reloadFunc : () ⇒ Seq[O]

    definition classes: MappedOneToManyBase
  144. def remove (n: Int) : O

    definition classes: MappedOneToManyBase → BufferLike
  145. def remove (n: Int, count: Int) : Unit

    definition classes: BufferLike
  146. def repr : Buffer[O]

    definition classes: TraversableLike
  147. def reverse : Buffer[O]

    definition classes: SeqLike
  148. def reverseIterator : Iterator[O]

    definition classes: SeqLike
  149. def reverseMap [B, That] (f: (O) ⇒ B)(implicit bf: CanBuildFrom[Buffer[O], B, That]) : That

    definition classes: SeqLike
  150. def reversed : List[O]

    attributes: protected[this]
    definition classes: TraversableOnce
  151. def reversedElements : Iterator[O]

    definition classes: SeqLike
      deprecated:
    1. use reverseIterator' instead

  152. def sameElements [B >: A] (that: Iterable[B]) : Boolean

    definition classes: IterableLike
  153. def save : Boolean

    Saves this "field," i.

    Saves this "field," i.e., all the children it represents. Returns false as soon as save on a child returns false. Returns true if all children were saved successfully.

    definition classes: MappedOneToManyBase
  154. def scanLeft [B, That] (z: B)(op: (B, O) ⇒ B)(implicit bf: CanBuildFrom[Buffer[O], B, That]) : That

    definition classes: TraversableLike
  155. def scanRight [B, That] (z: B)(op: (O, B) ⇒ B)(implicit bf: CanBuildFrom[Buffer[O], B, That]) : That

    definition classes: TraversableLike
  156. def segmentLength (p: (O) ⇒ Boolean, from: Int) : Int

    definition classes: SeqLike
  157. def size : Int

    definition classes: SeqLike → TraversableOnce
  158. def slice (from: Int, until: Int) : Buffer[O]

    definition classes: IterableLike → TraversableLike
  159. def sliding [B >: A] (size: Int, step: Int) : Iterator[Buffer[O]]

    definition classes: IterableLike
  160. def sliding [B >: A] (size: Int) : Iterator[Buffer[O]]

    definition classes: IterableLike
  161. def sortBy [B] (f: (O) ⇒ B)(implicit ord: Ordering[B]) : Buffer[O]

    definition classes: SeqLike
  162. def sortWith (lt: (O, O) ⇒ Boolean) : Buffer[O]

    definition classes: SeqLike
  163. def sorted [B >: A] (implicit ord: Ordering[B]) : Buffer[O]

    definition classes: SeqLike
  164. def span (p: (O) ⇒ Boolean) : (Buffer[O], Buffer[O])

    definition classes: TraversableLike
  165. def splitAt (n: Int) : (Buffer[O], Buffer[O])

    definition classes: TraversableLike
  166. def startsWith [B] (that: Seq[B]) : Boolean

    definition classes: SeqLike
  167. def startsWith [B] (that: Seq[B], offset: Int) : Boolean

    definition classes: SeqLike
  168. def stringPrefix : String

    definition classes: BufferLike → TraversableLike
  169. def sum [B >: A] (implicit num: Numeric[B]) : B

    definition classes: TraversableOnce
  170. def synchronized [T0] (arg0: T0) : T0

    attributes: final
    definition classes: AnyRef
  171. def tail : Buffer[O]

    definition classes: TraversableLike
  172. def take (n: Int) : Buffer[O]

    definition classes: IterableLike → TraversableLike
  173. def takeRight (n: Int) : Buffer[O]

    definition classes: IterableLike
  174. def takeWhile (p: (O) ⇒ Boolean) : Buffer[O]

    definition classes: IterableLike → TraversableLike
  175. def thisCollection : Seq[O]

    attributes: protected[this]
    definition classes: SeqLike → IterableLike → TraversableLike
  176. def toArray [B >: A] (implicit arg0: ClassManifest[B]) : Array[B]

    definition classes: TraversableOnce
  177. def toBuffer [B >: A] : Buffer[B]

    definition classes: TraversableOnce
  178. def toCollection (repr: Buffer[O]) : Seq[O]

    attributes: protected[this]
    definition classes: SeqLike → IterableLike → TraversableLike
  179. def toIndexedSeq [B >: A] : IndexedSeq[B]

    definition classes: TraversableOnce
  180. def toIterable : Iterable[O]

    definition classes: IterableLike → TraversableOnce
  181. def toIterator : Iterator[O]

    definition classes: TraversableLike → TraversableOnce
  182. def toList : List[O]

    definition classes: TraversableOnce
  183. def toMap [T, U] (implicit ev: <:<[O, (T, U)]) : Map[T, U]

    definition classes: TraversableOnce
  184. def toSeq : Seq[O]

    definition classes: SeqLike → IterableLike → TraversableOnce
  185. def toSet [B >: A] : Set[B]

    definition classes: TraversableOnce
  186. def toStream : Stream[O]

    definition classes: IterableLike → TraversableLike → TraversableOnce
  187. def toString () : String

    Returns a string representation of the object.

    Returns a string representation of the object.

    The default representation is platform dependent.

    returns

    a string representation of the object.

    definition classes: MappedOneToManyBase → SeqLike → Function1 → TraversableLike → AnyRef → Any
  188. def toTraversable : Traversable[O]

    definition classes: TraversableLike → TraversableOnce
  189. def transpose [B] (implicit asTraversable: (O) ⇒ Traversable[B]) : Buffer[Buffer[B]]

    definition classes: GenericTraversableTemplate
  190. def trimEnd (n: Int) : Unit

    definition classes: BufferLike
  191. def trimStart (n: Int) : Unit

    definition classes: BufferLike
  192. def union [B >: A, That] (that: Seq[B])(implicit bf: CanBuildFrom[Buffer[O], B, That]) : That

    definition classes: SeqLike
  193. def unown (e: O) : O

    Relinquishes ownership of e.

    Relinquishes ownership of e. Resets e's foreign key to its default value.

    attributes: protected
    definition classes: MappedOneToManyBase
  194. def unzip [A1, A2] (implicit asPair: (O) ⇒ (A1, A2)) : (Buffer[A1], Buffer[A2])

    definition classes: GenericTraversableTemplate
  195. def update (n: Int, newelem: O) : Unit

    definition classes: MappedOneToManyBase → BufferLike → Seq
  196. def updated [B >: A, That] (index: Int, elem: B)(implicit bf: CanBuildFrom[Buffer[O], B, That]) : That

    definition classes: SeqLike
  197. def view (from: Int, until: Int) : SeqView[O, Buffer[O]]

    definition classes: SeqLike → IterableLike → TraversableLike
  198. def view : SeqView[O, Buffer[O]]

    definition classes: SeqLike → IterableLike → TraversableLike
  199. def wait () : Unit

    attributes: final
    definition classes: AnyRef
  200. def wait (arg0: Long, arg1: Int) : Unit

    attributes: final
    definition classes: AnyRef
  201. def wait (arg0: Long) : Unit

    attributes: final
    definition classes: AnyRef
  202. def withFilter (p: (O) ⇒ Boolean) : FilterMonadic[O, Buffer[O]]

    definition classes: TraversableLike → FilterMonadic
  203. def zip [A1 >: A, B, That] (that: Iterable[B])(implicit bf: CanBuildFrom[Buffer[O], (A1, B), That]) : That

    definition classes: IterableLike
  204. def zipAll [B, A1 >: A, That] (that: Iterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Buffer[O], (A1, B), That]) : That

    definition classes: IterableLike
  205. def zipWithIndex [A1 >: A, That] (implicit bf: CanBuildFrom[Buffer[O], (A1, Int), That]) : That

    definition classes: IterableLike

Inherited from MappedOneToManyBase[O]

Inherited from Buffer[O]

Inherited from BufferLike[O, Buffer[O]]

Inherited from Cloneable[Buffer[O]]

Inherited from Subtractable[O, Buffer[O]]

Inherited from Scriptable[O]

Inherited from Shrinkable[O]

Inherited from Growable[O]

Inherited from Seq[O]

Inherited from Seq[O]

Inherited from SeqLike[O, Buffer[O]]

Inherited from PartialFunction[Int, O]

Inherited from (Int) ⇒ O

Inherited from Iterable[O]

Inherited from Iterable[O]

Inherited from IterableLike[O, Buffer[O]]

Inherited from Equals

Inherited from Traversable[O]

Inherited from Mutable

Inherited from Traversable[O]

Inherited from GenericTraversableTemplate[O, Buffer]

Inherited from TraversableLike[O, Buffer[O]]

Inherited from TraversableOnce[O]

Inherited from FilterMonadic[O, Buffer[O]]

Inherited from HasNewBuilder[O, Buffer[O]]

Inherited from AnyRef

Inherited from Any