Sign

algebra.ring.Signed$.Sign
See theSign companion object
sealed abstract class Sign(val toInt: Int)

A simple ADT representing the Sign of an object.

Attributes

Companion:
object
Source:
Signed.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Negative.type
object Positive.type
object Zero.type

Members list

Concise view

Value members

Concrete methods

def *(that: Sign): Sign

Attributes

Source:
Signed.scala
def **(that: Int): Sign

Attributes

Source:
Signed.scala

Attributes

Source:
Signed.scala

Concrete fields

val toInt: Int

Attributes

Source:
Signed.scala