MinMax

refined4s.types.numeric.MinMax
trait MinMax[A] extends Min[A], Max[A]

Attributes

Graph
Supertypes
trait Max[A]
trait Min[A]
class Object
trait Matchable
class Any
Known subtypes
object NegByte
object NegDouble
object NegFloat
object NegInt
object NegLong
object NegShort
object NonNegByte
object NonNegDouble
object NonNegFloat
object NonNegInt
object NonNegLong
object NonNegShort
object NonPosByte
object NonPosDouble
object NonPosFloat
object NonPosInt
object NonPosLong
object NonPosShort
object PosByte
object PosDouble
object PosFloat
object PosInt
object PosLong
object PosShort
Show all
Self type

Members list

Value members

Inherited and Abstract methods

def max: Type

Attributes

Inherited from:
Max
def min: Type

Attributes

Inherited from:
Min

Inherited fields

val MaxValue: <none>

Attributes

Inherited from:
Max
val MinValue: <none>

Attributes

Inherited from:
Min