ktx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
ktx
reflect
/
ktx.reflect
/
ReflectedClass
/
isInstance
is
Instance
fun
isInstance
(
value
:
Any
?
)
:
Boolean
Return
true if the
value
object is an instance of the wrapped
javaClass
.
Parameters
value
an object to be tested.
See also
KClass.
isInstance