@Internal public class KotlinUtils extends java.lang.Object
Internal Utility methods for working with Kotlin suspend functions
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.Object | 
COROUTINE_SUSPENDED  | 
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. | 
public static final boolean KOTLIN_COROUTINES_SUPPORTED
public static final java.lang.Object COROUTINE_SUSPENDED
public static boolean isKotlinCoroutineSuspended(@Nullable java.lang.Object obj)
suspend function result check.obj - object to be checkedsuspend function suspended.