Instance Binding
fun <T : Any> InstanceBinding(createdType: TypeToken<out T>, instance: T)
Content copied to clipboard
Parameters
T
The type of the instance.
createdType
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.