object Compilers extends DefaultMap[String, Compiler]
- Source
- Compilers.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Compilers
- DefaultMap
- Map
- Equals
- MapOps
- PartialFunction
- Function1
- Iterable
- IterableOps
- IterableOnceOps
- IterableOnce
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
GenKeySet extends Serializable
- Attributes
- protected
- Definition Classes
- MapOps
-
type
IterableCC[X] = collection.Iterable[X]
- Attributes
- protected[this]
- Definition Classes
- IterableOps
-
class
KeySet extends Set[K] with GenKeySet
- Attributes
- protected
- Definition Classes
- MapOps
- Annotations
- @SerialVersionUID()
-
type
MapCC[K, V] = Map[K, V]
- Attributes
- protected[this]
- Definition Classes
- MapOps
-
class
MapWithFilter extends collection.MapOps.WithFilter
- Definition Classes
- MapOps
-
class
WithFilter extends collection.WithFilter[A, CC]
- Definition Classes
- IterableOps
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
++[V2 >: Compiler](xs: collection.Iterable[(String, V2)]): Map[String, V2]
- Definition Classes
- MapOps
-
final
def
++[B >: (String, Compiler)](suffix: collection.Iterable[B]): collection.Iterable[B]
- Definition Classes
- IterableOps
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addString(b: collection.mutable.StringBuilder): collection.mutable.StringBuilder
- Definition Classes
- IterableOnceOps
-
def
addString(b: collection.mutable.StringBuilder, sep: String): collection.mutable.StringBuilder
- Definition Classes
- IterableOnceOps
-
def
addString(b: collection.mutable.StringBuilder, start: String, sep: String, end: String): b.type
- Definition Classes
- IterableOnceOps
-
def
andThen[C](k: (Compiler) ⇒ C): PartialFunction[String, C]
- Definition Classes
- PartialFunction → Function1
-
def
apply(key: String): Compiler
- Definition Classes
- MapOps → Function1
- Annotations
- @throws( ... )
-
def
applyOrElse[K1 <: String, V1 >: Compiler](x: K1, default: (K1) ⇒ V1): V1
- Definition Classes
- MapOps → PartialFunction
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def break(id: String): Null
-
def
canEqual(that: Any): Boolean
- Definition Classes
- Map → Equals
-
def
className: String
- Definition Classes
- IterableOps
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
coll: Compilers.this.type
- Attributes
- protected[this]
- Definition Classes
- Iterable → IterableOps
-
def
collect[K2, V2](pf: PartialFunction[(String, Compiler), (K2, V2)]): Map[K2, V2]
- Definition Classes
- MapOps
-
def
collect[B](pf: PartialFunction[(String, Compiler), B]): collection.Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
-
def
collectFirst[B](pf: PartialFunction[(String, Compiler), B]): Option[B]
- Definition Classes
- IterableOnceOps
-
def
compose[A](g: (A) ⇒ String): (A) ⇒ Compiler
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
concat[V2 >: Compiler](suffix: collection.Iterable[(String, V2)]): Map[String, V2]
- Definition Classes
- MapOps
-
def
concat[B >: (String, Compiler)](suffix: collection.Iterable[B]): collection.Iterable[B]
- Definition Classes
- IterableOps
-
def
contains(key: String): Boolean
- Definition Classes
- MapOps
-
def
copyToArray[B >: (String, Compiler)](xs: Array[B], start: Int, len: Int): xs.type
- Definition Classes
- IterableOnceOps
-
def
copyToArray[B >: (String, Compiler)](xs: Array[B], start: Int): xs.type
- Definition Classes
- IterableOnceOps
-
def
count(p: ((String, Compiler)) ⇒ Boolean): Int
- Definition Classes
- IterableOnceOps
- val debug: Boolean
-
def
default(key: String): Compiler
- Definition Classes
- MapOps
- Annotations
- @throws( ... )
-
def
drop(n: Int): Map[String, Compiler]
- Definition Classes
- IterableOps → IterableOnceOps
-
def
dropRight(n: Int): Map[String, Compiler]
- Definition Classes
- IterableOps
-
def
dropWhile(p: ((String, Compiler)) ⇒ Boolean): Map[String, Compiler]
- Definition Classes
- IterableOps → IterableOnceOps
-
def
empty: MapCC[String, Compiler]
- Definition Classes
- Map → MapOps
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(o: Any): Boolean
- Definition Classes
- Map → Equals → AnyRef → Any
-
def
exists(p: ((String, Compiler)) ⇒ Boolean): Boolean
- Definition Classes
- IterableOnceOps
-
def
filter(pred: ((String, Compiler)) ⇒ Boolean): Map[String, Compiler]
- Definition Classes
- IterableOps → IterableOnceOps
-
def
filterKeys(p: (String) ⇒ Boolean): MapView[String, Compiler]
- Definition Classes
- MapOps
-
def
filterNot(pred: ((String, Compiler)) ⇒ Boolean): Map[String, Compiler]
- Definition Classes
- IterableOps → IterableOnceOps
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
find(p: ((String, Compiler)) ⇒ Boolean): Option[(String, Compiler)]
- Definition Classes
- IterableOnceOps
-
def
flatMap[K2, V2](f: ((String, Compiler)) ⇒ collection.IterableOnce[(K2, V2)]): Map[K2, V2]
- Definition Classes
- MapOps
-
def
flatMap[B](f: ((String, Compiler)) ⇒ collection.IterableOnce[B]): collection.Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
-
def
flatten[B](implicit asIterable: ((String, Compiler)) ⇒ collection.IterableOnce[B]): collection.Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
-
def
foldLeft[B](z: B)(op: (B, (String, Compiler)) ⇒ B): B
- Definition Classes
- IterableOnceOps
-
def
foldRight[B](z: B)(op: ((String, Compiler), B) ⇒ B): B
- Definition Classes
- IterableOnceOps
-
def
forall(p: ((String, Compiler)) ⇒ Boolean): Boolean
- Definition Classes
- IterableOnceOps
-
def
foreach[U](f: ((String, Compiler)) ⇒ U): Unit
- Definition Classes
- IterableOnceOps
-
final
def
fromIterable[E](it: collection.Iterable[E]): collection.Iterable[E]
- Attributes
- protected[this]
- Definition Classes
- IterableOps
- Annotations
- @inline()
-
def
fromSpecificIterable(coll: collection.Iterable[(String, Compiler)]): MapCC[String, Compiler]
- Attributes
- protected[this]
- Definition Classes
- Map → Iterable → IterableOps
-
def
get(id: String): Option[Compiler]
- Definition Classes
- Compilers → MapOps
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getOrElse[V1 >: Compiler](key: String, default: ⇒ V1): V1
- Definition Classes
- MapOps
-
def
groupBy[K](f: ((String, Compiler)) ⇒ K): Map[K, Map[String, Compiler]]
- Definition Classes
- IterableOps
-
def
groupMap[K, B](key: ((String, Compiler)) ⇒ K)(f: ((String, Compiler)) ⇒ B): Map[K, collection.Iterable[B]]
- Definition Classes
- IterableOps
-
def
groupMapReduce[K, B](key: ((String, Compiler)) ⇒ K)(f: ((String, Compiler)) ⇒ B)(reduce: (B, B) ⇒ B): Map[K, B]
- Definition Classes
- IterableOps
-
def
grouped(size: Int): collection.Iterator[Map[String, Compiler]]
- Definition Classes
- IterableOps
-
def
hashCode(): Int
- Definition Classes
- Map → AnyRef → Any
-
def
head: (String, Compiler)
- Definition Classes
- IterableOps
-
def
headOption: Option[(String, Compiler)]
- Definition Classes
- IterableOps
-
def
init: Map[String, Compiler]
- Definition Classes
- IterableOps
-
def
inits: collection.Iterator[Map[String, Compiler]]
- Definition Classes
- IterableOps
-
def
isDefinedAt(key: String): Boolean
- Definition Classes
- MapOps → PartialFunction
-
def
isEmpty: Boolean
- Definition Classes
- IterableOnceOps
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
iterableFactory: IterableFactory[IterableCC]
- Definition Classes
- Iterable → IterableOps
-
def
iterator(): collection.Iterator[(String, Compiler)]
- Definition Classes
- Compilers → IterableOnce
-
def
keySet: Set[String]
- Definition Classes
- MapOps
-
def
keys: collection.Iterable[String]
- Definition Classes
- MapOps
-
def
keysIterator(): collection.Iterator[String]
- Definition Classes
- MapOps
-
def
knownSize: Int
- Definition Classes
- IterableOnceOps
-
def
last: (String, Compiler)
- Definition Classes
- IterableOps
-
def
lastOption: Option[(String, Compiler)]
- Definition Classes
- IterableOps
-
def
lift: (String) ⇒ Option[Compiler]
- Definition Classes
- PartialFunction
- def make(id: String, classpath: Array[URL], settings: Settings): Compiler
-
def
map[K2, V2](f: ((String, Compiler)) ⇒ (K2, V2)): Map[K2, V2]
- Definition Classes
- MapOps
-
def
map[B](f: ((String, Compiler)) ⇒ B): collection.Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
-
def
mapFactory: MapFactory[MapCC]
- Definition Classes
- Map → MapOps
-
final
def
mapFromIterable[K2, V2](it: collection.Iterable[(K2, V2)]): Map[K2, V2]
- Attributes
- protected[this]
- Definition Classes
- MapOps
- Annotations
- @inline()
-
def
mapValues[W](f: (Compiler) ⇒ W): MapView[String, W]
- Definition Classes
- MapOps
-
def
max[B >: (String, Compiler)](implicit ord: math.Ordering[B]): (String, Compiler)
- Definition Classes
- IterableOnceOps
-
def
maxBy[B](f: ((String, Compiler)) ⇒ B)(implicit cmp: math.Ordering[B]): (String, Compiler)
- Definition Classes
- IterableOnceOps
-
def
min[B >: (String, Compiler)](implicit ord: math.Ordering[B]): (String, Compiler)
- Definition Classes
- IterableOnceOps
-
def
minBy[B](f: ((String, Compiler)) ⇒ B)(implicit cmp: math.Ordering[B]): (String, Compiler)
- Definition Classes
- IterableOnceOps
-
def
mkString(start: String, sep: String, end: String): String
- Definition Classes
- MapOps → IterableOnceOps
-
def
mkString: String
- Definition Classes
- IterableOnceOps
-
def
mkString(sep: String): String
- Definition Classes
- IterableOnceOps
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newSpecificBuilder(): Builder[(String, Compiler), MapCC[String, Compiler]]
- Attributes
- protected[this]
- Definition Classes
- Map → Iterable → IterableOps
-
def
nonEmpty: Boolean
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding( ... , "2.13.0" )
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
orElse[A1 <: String, B1 >: Compiler](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- Definition Classes
- PartialFunction
-
def
partition(p: ((String, Compiler)) ⇒ Boolean): (Map[String, Compiler], Map[String, Compiler])
- Definition Classes
- IterableOps
-
def
product[B >: (String, Compiler)](implicit num: math.Numeric[B]): B
- Definition Classes
- IterableOnceOps
-
def
reduce[B >: (String, Compiler)](op: (B, B) ⇒ B): B
- Definition Classes
- IterableOnceOps
-
def
reduceLeft[B >: (String, Compiler)](op: (B, (String, Compiler)) ⇒ B): B
- Definition Classes
- IterableOnceOps
-
def
reduceLeftOption[B >: (String, Compiler)](op: (B, (String, Compiler)) ⇒ B): Option[B]
- Definition Classes
- IterableOnceOps
-
def
reduceOption[B >: (String, Compiler)](op: (B, B) ⇒ B): Option[B]
- Definition Classes
- IterableOnceOps
-
def
reduceRight[B >: (String, Compiler)](op: ((String, Compiler), B) ⇒ B): B
- Definition Classes
- IterableOnceOps
-
def
reduceRightOption[B >: (String, Compiler)](op: ((String, Compiler), B) ⇒ B): Option[B]
- Definition Classes
- IterableOnceOps
-
def
reversed: collection.Iterable[(String, Compiler)]
- Attributes
- protected[this]
- Definition Classes
- IterableOnceOps
-
def
runWith[U](action: (Compiler) ⇒ U): (String) ⇒ Boolean
- Definition Classes
- PartialFunction
-
def
scan[B >: (String, Compiler)](z: B)(op: (B, B) ⇒ B): collection.Iterable[B]
- Definition Classes
- IterableOps
-
def
scanLeft[B](z: B)(op: (B, (String, Compiler)) ⇒ B): collection.Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
-
def
scanRight[B](z: B)(op: ((String, Compiler), B) ⇒ B): collection.Iterable[B]
- Definition Classes
- IterableOps
-
def
size: Int
- Definition Classes
- Compilers → IterableOnceOps
-
def
slice(from: Int, until: Int): Map[String, Compiler]
- Definition Classes
- IterableOps → IterableOnceOps
-
def
sliding(size: Int, step: Int): collection.Iterator[Map[String, Compiler]]
- Definition Classes
- IterableOps
-
def
sliding(size: Int): collection.Iterator[Map[String, Compiler]]
- Definition Classes
- IterableOps
-
def
span(p: ((String, Compiler)) ⇒ Boolean): (Map[String, Compiler], Map[String, Compiler])
- Definition Classes
- IterableOps → IterableOnceOps
-
def
splitAt(n: Int): (Map[String, Compiler], Map[String, Compiler])
- Definition Classes
- IterableOps
-
def
sum[B >: (String, Compiler)](implicit num: math.Numeric[B]): B
- Definition Classes
- IterableOnceOps
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tail: Map[String, Compiler]
- Definition Classes
- IterableOps
-
def
tails: collection.Iterator[Map[String, Compiler]]
- Definition Classes
- IterableOps
-
def
take(n: Int): Map[String, Compiler]
- Definition Classes
- IterableOps → IterableOnceOps
-
def
takeRight(n: Int): Map[String, Compiler]
- Definition Classes
- IterableOps
-
def
takeWhile(p: ((String, Compiler)) ⇒ Boolean): Map[String, Compiler]
- Definition Classes
- IterableOps → IterableOnceOps
-
def
to[C1](factory: Factory[(String, Compiler), C1]): C1
- Definition Classes
- IterableOnceOps
-
def
toArray[B >: (String, Compiler)](implicit arg0: ClassTag[B]): Array[B]
- Definition Classes
- IterableOnceOps
-
def
toIndexedSeq: collection.immutable.IndexedSeq[(String, Compiler)]
- Definition Classes
- IterableOnceOps
-
final
def
toIterable: Compilers.this.type
- Definition Classes
- Iterable → IterableOps
-
def
toList: collection.immutable.List[(String, Compiler)]
- Definition Classes
- IterableOnceOps
-
def
toMap[K, V](implicit ev: <:<[(String, Compiler), (K, V)]): Map[K, V]
- Definition Classes
- IterableOnceOps
-
def
toSeq: collection.immutable.Seq[(String, Compiler)]
- Definition Classes
- IterableOnceOps
-
def
toSet[B >: (String, Compiler)]: Set[B]
- Definition Classes
- IterableOnceOps
-
def
toString(): String
- Definition Classes
- MapOps → Function1 → IterableOps → AnyRef → Any
-
def
toVector: collection.immutable.Vector[(String, Compiler)]
- Definition Classes
- IterableOnceOps
-
def
transpose[B](implicit asIterable: ((String, Compiler)) ⇒ collection.Iterable[B]): collection.Iterable[collection.Iterable[B]]
- Definition Classes
- IterableOps
-
def
unzip[A1, A2](implicit asPair: ((String, Compiler)) ⇒ (A1, A2)): (collection.Iterable[A1], collection.Iterable[A2])
- Definition Classes
- IterableOps
-
def
unzip3[A1, A2, A3](implicit asTriple: ((String, Compiler)) ⇒ (A1, A2, A3)): (collection.Iterable[A1], collection.Iterable[A2], collection.Iterable[A3])
- Definition Classes
- IterableOps
-
def
values: collection.Iterable[Compiler]
- Definition Classes
- MapOps
-
def
valuesIterator(): collection.Iterator[Compiler]
- Definition Classes
- MapOps
-
def
view: MapView[String, Compiler]
- Definition Classes
- MapOps → IterableOps
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
withFilter(p: ((String, Compiler)) ⇒ Boolean): MapWithFilter
- Definition Classes
- MapOps → IterableOps
-
def
zip[B](that: collection.Iterable[B]): collection.Iterable[((String, Compiler), B)]
- Definition Classes
- IterableOps
-
def
zipAll[A1 >: (String, Compiler), B](that: collection.Iterable[B], thisElem: A1, thatElem: B): collection.Iterable[(A1, B)]
- Definition Classes
- IterableOps
-
def
zipWithIndex: collection.Iterable[((String, Compiler), Int)]
- Definition Classes
- IterableOps → IterableOnceOps
Deprecated Value Members
-
def
+[V1 >: Compiler](kv: (String, V1)): Map[String, V1]
- Definition Classes
- MapOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Consider requiring an immutable Map or fall back to Map.concat
-
final
def
/:[B](z: B)(op: (B, (String, Compiler)) ⇒ B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use foldLeft instead of /:
-
final
def
:\[B](z: B)(op: ((String, Compiler), B) ⇒ B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use foldRight instead of :\
-
final
def
hasDefiniteSize: Boolean
- Definition Classes
- IterableOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .knownSize >=0 instead of .hasDefiniteSize
-
final
def
stringPrefix: String
- Definition Classes
- IterableOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use className instead of stringPrefix
-
final
def
toBuffer[B >: (String, Compiler)]: Buffer[B]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use ArrayBuffer.from(it) instead of it.toBuffer
-
final
def
toIterator: collection.Iterator[(String, Compiler)]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator() instead of .toIterator
-
final
def
toStream: collection.immutable.Stream[(String, Compiler)]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use Stream.from(it) instead of it.toStream
-
final
def
view(from: Int, until: Int): View[(String, Compiler)]
- Definition Classes
- IterableOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)
The Scala compiler and reflection APIs.