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

org.scalameter.utils.Reflect.scala Maven / Gradle / Ivy

The newest version!
package org.scalameter
package utils

object Reflect {

  def singletonInstance[C](module: Class[C]) =
    module.getField("MODULE$").get(null).asInstanceOf[Bench[_]]

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy