Constructor and Description |
---|
KotlinExecutableMethodUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isKotlinFunctionReturnTypeUnit(ExecutableMethod method)
Kotlin
suspend function 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
.