ImpureOp

sealed abstract
class ImpureOp extends Op
class Op
trait Product
trait Equals
class Object
trait Matchable
class Any
object Firstarg

Value members

Concrete methods

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def id: Int
Inherited from
Op
def infix: Boolean

Whether the operator should be written in infix position. For example, Lcm is '''not''' in prefix position, you would write a.lcm(b), whereas Plus is prefix position, as you would write a + b.

Whether the operator should be written in infix position. For example, Lcm is '''not''' in prefix position, you would write a.lcm(b), whereas Plus is prefix position, as you would write a + b.

Inherited from
Op
def make(a: GE, b: GE): GE
Inherited from
Op
def methodName: String

The name one would call on GEOps to obtain this operator. For example, for Times this would be *.

The name one would call on GEOps to obtain this operator. For example, for Times this would be *.

Inherited from
Op
def name: String
Inherited from
Op
override
def productArity: Int
Definition Classes
Op -> Product
Inherited from
Op
override
def productElement(n: Int): Any
Definition Classes
Op -> Product
Inherited from
Op
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