Bound

net.hamnaberg.schema.Bound
See theBound companion trait
object Bound

Attributes

Companion
trait
Source
Bounds.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Bound.type

Members list

Type members

Classlikes

final case class Exclusive[A](value: A)(implicit evidence$1: Numeric[A]) extends Bound[A]

Attributes

Source
Bounds.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Bound[A]
class Object
trait Matchable
class Any
Show all
final case class Inclusive[A](value: A)(implicit evidence$1: Numeric[A]) extends Bound[A]

Attributes

Source
Bounds.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Bound[A]
class Object
trait Matchable
class Any
Show all