net.liftweb.mapper.OneToMany

Cascade

trait Cascade [O <: net.liftweb.mapper.Mapper[_]] extends MappedOneToManyBase[O]

Trait that indicates that the children represented by this field should be deleted when the parent is deleted.

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. Cascade
  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

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]) : Cascade.this.type

    definition classes: Growable
  13. def ++=: (xs: TraversableOnce[O]) : Cascade.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) : Cascade.this.type

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

    definition classes: Growable
  18. def +=: (elem: O) : Cascade.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]) : Cascade.this.type

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

    definition classes: BufferLike → Shrinkable
  24. def -= (elem1: O, elem2: O, elems: O*) : Cascade.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 delete_! : Boolean

  57. def diff [B >: A] (that: Seq[B]) : Buffer[O]

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

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

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

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

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

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

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

    definition classes: SeqLike
  64. 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
  65. 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
  66. def equalsWith [B] (that: Seq[B])(f: (O, B) ⇒ Boolean) : Boolean

    definition classes: SeqLike
      deprecated:
    1. use corresponds instead

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

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

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

    definition classes: TraversableLike
  70. 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
  71. def find (p: (O) ⇒ Boolean) : Option[O]

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

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

    definition classes: SeqLike
      deprecated:
    1. use lastIndexWhere instead

  74. def first : O

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

  75. def firstOption : Option[O]

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

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

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

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

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

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

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

    definition classes: IterableLike → TraversableLike → TraversableOnce → FilterMonadic
  82. val foreign : (O) ⇒ net.liftweb.mapper.MappedForeignKey[K, _, T]

    definition classes: MappedOneToManyBase
  83. def genericBuilder [B] : Builder[B, Buffer[B]]

    definition classes: GenericTraversableTemplate
  84. 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
  85. def groupBy [K] (f: (O) ⇒ K) : Map[K, Buffer[O]]

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

    definition classes: IterableLike
  87. def hasDefiniteSize : Boolean

    definition classes: TraversableLike → TraversableOnce
  88. 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
  89. def head : O

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

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

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

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

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

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

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

    definition classes: SeqLike
  97. def indices : Range

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

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

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

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

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

    definition classes: SeqLike
  103. def isEmpty : Boolean

    definition classes: IterableLike → TraversableLike → TraversableOnce
  104. 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
  105. def isTraversableAgain : Boolean

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

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

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

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

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

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

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

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

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

    definition classes: TraversableLike
  115. def length : Int

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

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

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

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

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

    definition classes: TraversableOnce
  121. def mkString : String

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

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

    definition classes: TraversableOnce
  124. 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
  125. def newBuilder : Builder[O, Buffer[O]]

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

    definition classes: TraversableOnce
  127. 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
  128. 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
  129. def orElse [A1 <: A, B1 >: B] (that: PartialFunction[A1, B1]) : PartialFunction[A1, B1]

    definition classes: PartialFunction
  130. 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
  131. def padTo [B >: A, That] (len: Int, elem: B)(implicit bf: CanBuildFrom[Buffer[O], B, That]) : That

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

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

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

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

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

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

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

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

  139. def readOnly : Seq[O]

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

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

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

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

    definition classes: TraversableOnce
  144. 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
  145. val reloadFunc : () ⇒ Seq[O]

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

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

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

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

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

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

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

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

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

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

    definition classes: IterableLike
  155. 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
  156. def scanLeft [B, That] (z: B)(op: (B, O) ⇒ B)(implicit bf: CanBuildFrom[Buffer[O], B, That]) : That

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

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

    definition classes: SeqLike
  159. def size : Int

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

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

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

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

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

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

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

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

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

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

    definition classes: SeqLike
  170. def stringPrefix : String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    definition classes: IterableLike → TraversableLike → TraversableOnce
  189. 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
  190. def toTraversable : Traversable[O]

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

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

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

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

    definition classes: SeqLike
  195. 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
  196. def unzip [A1, A2] (implicit asPair: (O) ⇒ (A1, A2)) : (Buffer[A1], Buffer[A2])

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

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

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

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

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

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

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

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

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

    definition classes: IterableLike
  206. 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
  207. 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