scala.collection.immutable.Map

class MapTo

[source: scala/collection/immutable/Map.scala]

@deprecated

class MapTo(key : A)
extends AnyRef
Deprecated
use +({A, B}) instead
Method Summary
def -> [B1 >: B](value : B1) : Map[A, B1]
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def ->[B1 >: B](value : B1) : Map[A, B1]