Bounds

net.hamnaberg.schema.Bounds
See theBounds companion class
object Bounds

Attributes

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

Members list

Value members

Concrete methods

def both[A : Numeric](min: Bound[A], max: Bound[A]): Bounds[A]

Attributes

Source
Bounds.scala
def empty[A : Numeric]: Bounds[A]

Attributes

Source
Bounds.scala
def max[A : Numeric](max: Bound[A]): Bounds[A]

Attributes

Source
Bounds.scala
def min[A : Numeric](min: Bound[A]): Bounds[A]

Attributes

Source
Bounds.scala