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

harness.zio.ClassOps.scala Maven / Gradle / Ivy

There is a newer version: 5.1.3
Show newest version
package harness.zio

extension (self: Class[?]) {
  def getNameWithoutPackage: String =
    self.getName.stripPrefix(s"${self.getPackageName}.")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy