Packages

package value

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Val [A] extends Any

    A value class whose value is accessible as the field value.

    A value class whose value is accessible as the field value.

    For example:

    case class IntVal(value: Int) extends AnyVal with Val[Int]
    
    case class StringVal(value: String) extends AnyVal with Val[String]
    A

    the type of the value

Value Members

  1. object Val

    A utility object for creating Formats for Vals.

Ungrouped