Instance Binding
fun <T : Any> InstanceBinding(createdType: TypeToken<out T>, instance: T)
Content copied to clipboard
Parameters
T
The type of the instance.
created Type
The type of the object, used for debug print only.
The type of the instance.
The type of the object, used for debug print only.