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

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

The newest version!
package sigma.data

/** Interface implmented by wrappers to provide access to the underlying wrapped value. */
trait WrapperOf[T] {
  /** The data value wrapped by this wrapper. */
  def wrappedValue: T
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy