in scala/collection/immutable/Map-class
class MapTo

class MapTo(key: A)
extends Object
with ScalaObject

Method Summary
  def ->(value: B): Map[A,B]

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Method Detail

->

  def ->(value: B): Map[A,B]