scala.util.parsing.ast.Mappable

trait Mapper

[source: scala/util/parsing/ast/Mappable.scala]

trait Mapper
extends AnyRef
Method 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
abstract def apply[T](x : T)(implicit view$1 : (T) => Mappable[T]) : T