Sign

object Sign
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case
object Negative extends Sign
case
object Positive extends Sign
class SignAlgebra extends CommutativeMonoid[Sign] with Signed[Sign]
case
object Zero extends Sign

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Implicits

Implicits

implicit
def SignAction[A](implicit A: AdditiveGroup[A]): MultiplicativeAction[A, Sign]
final implicit
val SignAlgebra: CommutativeMonoid[Sign] & Signed[Sign]
final implicit
val SignMultiplicativeGroup: MultiplicativeCommutativeMonoid[Sign]
implicit
def apply(i: Int): Sign
implicit
def sign2int(s: Sign): Int