Interface FunctionAdapter


@SinceKotlin(version="1.4") public interface FunctionAdapter
  • Method Summary

    Modifier and Type
    Method
    Description
    kotlin.Function<?>
     
  • Method Details

    • getFunctionDelegate

      kotlin.Function<?> getFunctionDelegate()