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

os.value.Value.scala Maven / Gradle / Ivy

The newest version!
// Copyright (C) 2013  Optersoft 

package os.value

trait Value {

  // It can not be AnyVal because we need support for String
  val value: Any
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy