Packages

object OptionShape

Source
OptionShape.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OptionShape
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. implicit val doubleOptionShape: OptionShape[Double, OptionalDouble]
  2. implicit val intOptionShape: OptionShape[Int, OptionalInt]
  3. implicit val jDoubleOptionShape: OptionShape[java.lang.Double, OptionalDouble]
  4. implicit val jIntegerOptionShape: OptionShape[Integer, OptionalInt]
  5. implicit val jLongOptionShape: OptionShape[java.lang.Long, OptionalLong]
  6. implicit val longOptionShape: OptionShape[Long, OptionalLong]