|
Scala Library
|
|
scala/RandomAccessSeq/Projection.scala]
protected
class
MapProjection[B](f : (A) => B)
extends MapProjection[B] with Projection[B]| Methods inherited from Projection | |
| projection, force, map, append |
| Methods inherited from RandomAccessSeq | |
| elements, drop, take, slice, reverse, partition, patch, ++, toStream, safeIs |
| Methods inherited from MapProjection | |
| length, apply, stringPrefix |
| Methods inherited from Projection | |
| flatMap, takeWhile, filter |
| Methods inherited from Seq | |
| lengthCompare, size, isEmpty, concat, last, lastOption, first, firstOption, headOption, isDefinedAt, lastIndexOf, findIndexOf, indexOf, slice, dropWhile, contains, subseq, toArray, toSeq, equalsWith, startsWith, startsWith, endsWith, indexOf, containsSlice |
| Methods inherited from Collection | |
| toString |
| Methods inherited from Iterable | |
| foreach, forall, exists, find, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, copyToBuffer, sameElements, toList, mkString, mkString, mkString, addString, 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
|
|