gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
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()