All Downloads are FREE. Search and download functionalities are using the official Maven repository.

entities.TypedId.kt Maven / Gradle / Ivy

package com.github.fluidsonic.baku


inline class TypedId(val untyped: EntityId) {

	override fun toString() =
		untyped.toString()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy