Scala Library Documentation
|
|
scala/util/parsing/ast/Mappable.scala
]
trait
Mapper
extends
AnyRefMethod Summary | |
abstract def
|
apply
[t](x : t)(implicit view$1 : (t) => Mappable[t]) : t
|
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 |
Scala Library Documentation
|
|