@Internal public class KotlinUtils extends java.lang.Object
Internal Utility methods for working with Kotlin suspend
functions
Modifier and Type | Field and Description |
---|---|
static boolean |
KOTLIN_COROUTINES_SUPPORTED
Constant indicating whether coroutines are supported.
|
Constructor and Description |
---|
KotlinUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isKotlinCoroutineSuspended(java.lang.Object obj)
Kotlin
suspend function result check. |