isInstance

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