Interface ExtensionFunction

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <T> T invoke​(java.lang.Class<T> returnType, T defaultValue, java.lang.Object... args)  
    • Method Detail

      • invoke

        <T> T invoke​(java.lang.Class<T> returnType,
                     T defaultValue,
                     java.lang.Object... args)