harness.zio.ClassOps.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of harness-zio_3 Show documentation
Show all versions of harness-zio_3 Show documentation
Miscellaneous libraries/utilities for Scala.
package harness.zio
extension (self: Class[?]) {
def getNameWithoutPackage: String =
self.getName.stripPrefix(s"${self.getPackageName}.")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy