|
Scala 2.3.3
|
abstract
trait
ByNameFunction
[A, B]
extends
java.lang.Object
with
scala.ScalaObject
PartialFunction[A, B]
is a
unary function where the domain does not include all values of type
A
. The function isDefinedAt
allows to
test dynamically, if a value is in the domain of the function.Def Summary | |
abstract
|
def
apply
(x: => A)
: B
|
override
|
def
toString
: java.lang.String
|
Def Detail |