@Internal public class KotlinExecutableMethodUtils extends java.lang.Object
Internal Utility methods for working with Kotlin suspend functions
| Constructor and Description | 
|---|
| KotlinExecutableMethodUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | isKotlinFunctionReturnTypeUnit(ExecutableMethod method)Kotlin  suspendfunction return type check. | 
public static boolean isKotlinFunctionReturnTypeUnit(@NonNull ExecutableMethod method)
suspend function return type check.method - method to be checkedsuspend function's return type is Unit.