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

com.mle.values.WrappedValue.scala Maven / Gradle / Ivy

The newest version!
package com.mle.values

/**
 * @author Michael
 */
trait WrappedValue[T] {
  def value: T
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy