scalax.data.Implicits

object IntProps

[source: scalax/data/Implicits.scala]

implicit object IntProps
extends Ord[Int] with MonoidWithPlus[Int]
Method Summary
def eq (a : Int, b : Int) : Boolean
def lt (a : Int, b : Int) : Boolean
def plus (a : Int, b : Int) : Int
def zero : Int
Methods inherited from Ord
ne, le, ge, gt
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def eq(a : Int, b : Int) : Boolean
Overrides
Ord.eq

def lt(a : Int, b : Int) : Boolean
Overrides
Ord.lt

def plus(a : Int, b : Int) : Int
Overrides
MonoidWithPlus.plus

def zero : Int
Overrides
MonoidWithPlus.zero


Copyright (c) 2005-8 The Scalax Project. All Rights Reserved.