OpSame

abstract class OpSame[A] extends OpSameBase[A] with OpII with OpLL
trait OpLL
trait OpII
class OpSameBase[A]
trait OpDD
class Op[A, A, A]
trait Product
trait Equals
class Object
trait Matchable
class Any
class AbsDif[A]
class And[A]
class Clip2[A]
class Div[A]
class Excess[A]
class Fold2[A]
class Gcd[A]
class Lcm[A]
class LeftShift[A]
class Max[A]
class Min[A]
class Minus[A]
class Mod[A]
class ModJ[A]
class Or[A]
class Plus[A]
class RightShift[A]
class RoundTo[A]
class RoundUpTo[A]
class Times[A]
class Wrap2[A]
class Xor[A]

Value members

Inherited methods

def apply: (A, A) => A
Inherited from:
Op
def canEqual(that: Any): Boolean
Inherited from:
Equals
def funDD: (Double, Double) => Double
Inherited from:
OpDD
def funII: (Int, Int) => Int
Inherited from:
OpII
def funLL: (Long, Long) => Long
Inherited from:
OpLL
def make(a: GE[A], b: GE[A]): GE[A]
Inherited from:
Op
def name: String
Inherited from:
Op
def productArity: Int
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def productPrefix: String
Definition Classes
Op -> Product
Inherited from:
Op
override def toString: String
Definition Classes
Op -> Any
Inherited from:
Op