in scala
trait Function1

trait Function1[-T0,+R]()
extends Object
with ScalaObject
Implementing classes or objects:
trait PartialFunction[-A,+B]()
class BitSet() in scala/collection
trait Set[A]() in scala/collection
class Chan[a]() in scala/concurrent/pilib
trait BasicTransformer() in scala/xml/transform
class ElementValidator() in scala/xml/dtd

Method Summary
abstract def apply(v0: T0): R

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

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

Methods inherited from scala/ScalaObject-class
getScalaType

Method Detail

apply

  abstract def apply(v0: T0): R