determineName

abstract fun determineName(object: T): String(source)

Determines the name of the given object.

Return

The object's inherent name. Never null.

Parameters

object

The object to determine the name of

Throws

If the name cannot be determined or is null