io.github.iltotore.iron.Bounds
See theBounds companion trait
object Bounds
Attributes
- Companion
- trait
- Source
- Bounds.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Bounds.type
Members list
Givens
Givens
inline given closedBounds[A, L <: A, U <: A, C](using Implication[C, Closed[L, U]], Implication[Closed[L, U], C], Numeric[A]): Bounds[A, C]
Bounds for interval [L, U].
given neg0DoubleBounds[C](using Implication[C, Negative0], Implication[Negative0, C]): Bounds[Double, C]
Attributes
- Source
- Bounds.scala
given neg0FloatBounds[C](using Implication[C, Negative0], Implication[Negative0, C]): Bounds[Float, C]
Attributes
- Source
- Bounds.scala
Attributes
- Source
- Bounds.scala
given neg0LongBounds[C](using Implication[C, Negative0], Implication[Negative0, C]): Bounds[Long, C]
Attributes
- Source
- Bounds.scala
given negDoubleBounds[C](using Implication[C, Negative], Implication[Negative, C]): Bounds[Double, C]
Attributes
- Source
- Bounds.scala
Attributes
- Source
- Bounds.scala
Attributes
- Source
- Bounds.scala
Attributes
- Source
- Bounds.scala
given pos0DoubleBounds[C](using Implication[C, Positive0], Implication[Positive0, C]): Bounds[Double, C]
Attributes
- Source
- Bounds.scala
given pos0FloatBounds[C](using Implication[C, Positive0], Implication[Positive0, C]): Bounds[Float, C]
Attributes
- Source
- Bounds.scala
Attributes
- Source
- Bounds.scala
given pos0LongBounds[C](using Implication[C, Positive0], Implication[Positive0, C]): Bounds[Long, C]
Attributes
- Source
- Bounds.scala
given posDoubleBounds[C](using Implication[C, Positive], Implication[Positive, C]): Bounds[Double, C]
Attributes
- Source
- Bounds.scala
Attributes
- Source
- Bounds.scala
Attributes
- Source
- Bounds.scala
Attributes
- Source
- Bounds.scala
In this article