in scala/runtime
class ResultOrException

class ResultOrException[?A]()
extends Object

Field Summary
  var exc: Throwable
  var result: ?A

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Field Detail

result

  var result: ?A

exc

  var exc: Throwable