samples

package samples

Members list

Type members

Classlikes

case class Cat(name: String, weight: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Dog(name: String, weight: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class House(capacity: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class IronSample(curenncyCode: CurrencyCode, optional: Option[String], optionalInt: Option[Int], doublePositive: IronType[Double, GreaterEqual[8.0d]], optionalDoublePositive: Option[IronType[Double, Positive]])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Person(name: String, fav: Pet, pet: Option[Pet], email: Option[String], age: BigInt, size: Double)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Pet(name: String, age: BigInt, House: House, size: IronType[Double, Positive])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object given_Defaultable_Cat extends Defaultable[Cat]

Attributes

Supertypes
trait Defaultable[Cat]
class Object
trait Matchable
class Any
Self type
object given_Defaultable_Dog extends Defaultable[Dog]

Attributes

Supertypes
trait Defaultable[Dog]
class Object
trait Matchable
class Any
Self type
object given_Defaultable_Pet extends Defaultable[Pet]

Attributes

Supertypes
trait Defaultable[Pet]
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def person: ReactiveHtmlElement[HTMLDivElement]

Concrete fields

val either: ReactiveHtmlElement[HTMLDivElement]
val enums: ReactiveHtmlElement[HTMLDivElement]
val personVar: Var[Person]
val validation: ReactiveHtmlElement[HTMLDivElement]
val vlad: Person