IronSample

samples.IronSample
case class IronSample(curenncyCode: CurrencyCode, optional: Option[String], optionalInt: Option[Int], doublePositive: IronType[Double, GreaterEqual[8.0d]], optionalDoublePositive: Option[IronType[Double, Positive]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product