Scala Library Documentation
|
|
scala/collection/jcl/Buffer.scala
]
trait
Projection[A]
extends
Projection[A] with
Projection[A] with
Buffer[A]Method Summary | |
override def
|
projection
: Projection[A]
returns a projection that can be used to call non-strict
filter ,
map , and flatMap methods that build projections
of the collection. |
Methods inherited from Buffer | |
elements, firstKey, lastKey, compare, remove, remove, replace, set, update, add, add, addAll, transform, +, -=, isEmpty, rangeImpl, replace |
Methods inherited from Ranged | |
from, until, range |
Methods inherited from Collection | |
hasAll, addAll, ++, += |
Methods inherited from Projection | |
filter, map |
Methods inherited from Projection | |
force, flatMap, append, takeWhile |
Methods inherited from MutableSeq | |
apply, indexOf, length |
Methods inherited from MutableIterable | |
has, remove, removeAll, --, -, retain, retainAll, size0, clear |
Methods inherited from Seq | |
size, concat, last, lastOption, headOption, ++, isDefinedAt, lastIndexOf, take, drop, slice, dropWhile, reverse, contains, subseq, toArray, equalsWith, startsWith, endsWith, indexOf, containsSlice |
Methods inherited from Collection | |
toString, stringPrefix |
Methods inherited from Iterable | |
foreach, forall, exists, find, findIndexOf, indexOf, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, copyToBuffer, sameElements, toList, toStream, mkString, mkString, mkString, addString, addString, copyToArray, hasDefiniteSize |
Methods inherited from PartialFunction | |
orElse, andThen |
Methods inherited from Function1 | |
compose |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Scala Library Documentation
|
|