cast

fun <T> cast(obj: Any?): T(source)

Class cast.

Since

0.0.1

Parameters

obj

the object will be casted.

T

type casts.