Searched refs:getOrThrow (Results 1 – 5 of 5) sorted by relevance
13 public fun getOrThrow(): T method
15 return result.getOrThrow() in withEmptyContext()
310 return resultProvider.get().getOrThrow(); in toInternal()323 return result.getOrThrow(); in toInternal()457 public Object getOrThrow() throws Exception {
328 check(result.getOrThrow() === Unit) in <lambda>()
1507 assertEquals("foo", result.getOrThrow()); in testResultSerializes()1514 result.getOrThrow(); in testResultExceptionSerializes()