OpSame

abstract class OpSame[A] extends OpSameBase[A] with OpDD with OpII with OpLL
trait OpLL
trait OpII
trait OpDD
class OpSameBase[A]
trait Op[A, A]
trait Product
trait Equals
class Object
trait Matchable
class Any
class Abs[A]
class BitNot[A]
class Neg[A]
class Signum[A]

Value members

Inherited methods

def apply: A => A
Inherited from:
Op
def canEqual(that: Any): Boolean
Inherited from:
Equals
def funDD: Double => Double
Inherited from:
OpDD
def funII: Int => Int
Inherited from:
OpII
def funLL: Long => Long
Inherited from:
OpLL
final def make(a: 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