Class KotlinExecutableMethodUtils


  • @Internal
    public class KotlinExecutableMethodUtils
    extends java.lang.Object

    Internal Utility methods for working with Kotlin suspend functions

    .
    Since:
    1.3.0
    • Constructor Detail

      • KotlinExecutableMethodUtils

        public KotlinExecutableMethodUtils()
    • Method Detail

      • isKotlinFunctionReturnTypeUnit

        public static boolean isKotlinFunctionReturnTypeUnit​(@NonNull
                                                             ExecutableMethod method)
        Kotlin suspend function return type check.
        Parameters:
        method - method to be checked
        Returns:
        True if given suspend function's return type is Unit.