in scala
trait Function1

trait Function1[-A0,+R]()
extends Object
Implementing classes or objects:
trait PartialFunction[-A,+B]()
class Array[T](x0: Int)
class BitSet() in scala/collection
trait Set[A]() in scala/collection
class Chan[a]() in scala/concurrent/pilib
class NodeSubstitution(handle: ConstructingHandler) in scala/xml

Method Summary
abstract def apply(x0: A0): R

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

apply

  abstract def apply(x0: A0): R