AspectK Runtime
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
AspectK Runtime
AspectK Runtime
/
io.github.molelabs.aspectk.runtime
/
getTargetOrNull
get
Target
Or
Null
inline
fun
<
T
>
JoinPoint
.
getTargetOrNull
(
)
:
T
?
(
source
)
Returns
JoinPoint.target
cast to
T
, or
null
if the target is
null
or cannot be cast to
T
.