ai.dragonfly.math.interval

Members list

Type members

Classlikes

object Domain

Attributes

Companion
class
Source
Domain.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Domain.type
case class Domain[DOMAIN](interval: Interval[DOMAIN])(using `#`: Numeric[DOMAIN])

Attributes

Companion
object
Source
Domain.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Interval

Attributes

Companion
class
Source
Interval.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Interval.type
case class Interval[DOMAIN](code: Int, min: DOMAIN, MAX: DOMAIN)(using `#`: Numeric[DOMAIN]) extends Sampleable[DOMAIN]

Attributes

Companion
object
Source
Interval.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Sampleable[DOMAIN]
class Object
trait Matchable
class Any
Show all