Home
last modified time | relevance | path

Searched refs:getOrThrow (Results 1 – 5 of 5) sorted by relevance

/external/kotlinx.coroutines/stdlib-stubs/src/
DResult.kt13 public fun getOrThrow(): T method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DEmptyContext.kt15 return result.getOrThrow() in withEmptyContext()
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
DThrowingProviderBinder.java310 return resultProvider.get().getOrThrow(); in toInternal()
323 return result.getOrThrow(); in toInternal()
457 public Object getOrThrow() throws Exception {
/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/
DLockFreedomTestEnvironment.kt328 check(result.getOrThrow() === Unit) in <lambda>()
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
DCheckedProviderTest.java1507 assertEquals("foo", result.getOrThrow()); in testResultSerializes()
1514 result.getOrThrow(); in testResultExceptionSerializes()