|
Scala Library Documentation
|
|
scala/runtime/ScalaRunTime.scala]
abstract
class
Try[A]
extends AnyRef| Method Summary | |
abstract def
|
Catch [B >: A](handler : PartialFunction[java.lang.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
|
|