toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.reflect
/
TypeOf
/
getActualTypeArguments
get
Actual
Type
Arguments
API
open
fun
getActualTypeArguments
(
)
:
List
<
TypeOf
<
out
Any
>
>
(
source
)
Returns the list of type arguments used in the construction of this parameterized type.
See also
is
Parameterized()