|
|
Scala 2
v2.1.3 |
class
Try
[ a ]
extends
java.lang.Object with
scala.ScalaObject| Constructor Summary | |
def
this
|
|
| Def Summary | |
def
Catch
[ a <: b ]
( handler : scala.PartialFunction[java.lang.Throwable,b] )
: b
|
|
def
Finally
( handler : scala.Unit )
: a
|
|
| Constructor Detail |
def
this
| Def Detail |
def
Catch
[ a <: b ]( handler : scala.PartialFunction[java.lang.Throwable,b] ) : b
def
Finally
( handler : scala.Unit ) : a