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