Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
engine
/
elide.runtime.feature
/
FrameworkFeature
/
getMethodOrFail
get
Method
Or
Fail
open
fun
getMethodOrFail
(
clazz
:
Class
<
*
>
,
methodName
:
String
,
vararg
params
:
Class
<
*
>
?
)
:
Method
Returns the method of a class or fails if it is not present.