|
Scala 2.2.0.9153
|
abstract
trait
ByNameFunction
[A, B]
extends
java.lang.Object with
scala.ScalaObjectPartialFunction[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 |
abstract
def
apply
(x: => A): B
override
def
toString
: java.lang.String