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

sigma.data.DFunc.scala Maven / Gradle / Ivy

The newest version!
package sigma.data

/** Function interface which support specialization and thus unboxed invocations. */
abstract class DFunc[@specialized(Int) A, B] {
  def apply(x: A): B
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy