Answers for "kotlin check instance of"

1

kotlin instanceof

if (myInstance is String) {
	// DO SOMETHING
}
Posted by: Guest on June-03-2021

Code answers related to "kotlin check instance of"

Browse Popular Code Answers by Language