|
Scala Library Documentation
|
|
scala/runtime/ScalaRunTime.scala]
abstract
class
Try[a]
extends AnyRef| Method Summary | |
abstract def
|
Catch [b >: a](handler : PartialFunction[Throwable, b]) : b |
abstract def
|
Finally (handler : Unit) : a |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
|
Scala Library Documentation
|
|