Sign

sealed abstract
class Sign(val toInt: Int)

A simple ADT representing the Sign of an object.

Companion
object
class Object
trait Matchable
class Any
object Negative
object Positive
object Zero

Value members

Concrete methods

def *(that: Sign): Sign
def **(that: Int): Sign

Concrete fields

val toInt: Int