MinMax

trait MinMax[A] extends Min[A] with Max[A]
trait Max[A]
trait Min[A]
class Object
trait Matchable
class Any
object NegByte.type
object NegDouble.type
object NegFloat.type
object NegInt.type
object NegLong.type
object NegShort.type
object NonNegByte.type
object NonNegDouble.type
object NonNegFloat.type
object NonNegInt.type
object NonNegLong.type
object NonNegShort.type
object NonPosByte.type
object NonPosDouble.type
object NonPosFloat.type
object NonPosInt.type
object NonPosLong.type
object NonPosShort.type
object PosByte.type
object PosDouble.type
object PosFloat.type
object PosInt.type
object PosLong.type
object PosShort.type

Value members

Inherited methods

def max: <none>
Inherited from:
Max
def min: <none>
Inherited from:
Min

Inherited fields

val MaxValue: <none>
Inherited from:
Max
val MinValue: <none>
Inherited from:
Min