Inspekt
Toggle table of contents
0.0.2
common
Target filter
common
Switch theme
Search in API
Skip to content
Inspekt
inspekt
/
dev.rnett.inspekt.model
/
Inspektion
/
isInstance
is
Instance
fun
isInstance
(
value
:
Any
)
:
Boolean
(
source
)
Returns true if
value
is an instance of this class. This is the same as using the
is
operator.
See also
cast
safe
Cast