@JvmInline() public final class Name
Names may be generated and combined with other names. When used you most probably just need it asString.
Name(String name)
final String
asString()
final Name
plus(Name otherName)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String asString()
Returns this Name as classic String.
final Name plus(Name otherName)
Combines this name with otherName by simple concatenating them.
otherName
a new Name concatenating this and otherName