OpII

sealed
trait OpII extends Op
trait Op
class Object
trait Matchable
class Any
trait BoolOp
object Eq
object Geq
object Gt
object Leq
object Lt
object Neq
trait OpSame
object Absdif
object And
object Clip2
object Div
object Excess
object FirstArg
object Fold2
object Gcd
object Lcm
object LeftShift
object Max
object Min
object Minus
object Mod
object ModJ
object Or
object Plus
object RightShift
object RoundTo
object RoundUpTo
object SecondArg
object Times
object Wrap2
object Xor

Value members

Abstract methods

def funII: (Int, Int) => Int

Concrete methods

override
Definition Classes

Inherited methods

def funDD: (Double, Double) => Double
Inherited from
Op
def id: Int
Inherited from
Op
def make(a: GE, b: GE): GE
Inherited from
Op
def name: String
Inherited from
Op