PlusSignPresence

parsley.token.descriptions.numeric.PlusSignPresence$
See thePlusSignPresence companion class

This object contains the concrete subtypes for PlusSignPresence.

Attributes

Since

4.0.0

Companion
class
Source
NumericDesc.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Illegal extends PlusSignPresence

Positive literals must not be prefixed by a +.

Positive literals must not be prefixed by a +.

Attributes

Since

4.0.0

Source
NumericDesc.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Illegal.type
case object Optional extends PlusSignPresence

When writing a non-negative literal, a + can be added, but is not required.

When writing a non-negative literal, a + can be added, but is not required.

Attributes

Since

4.0.0

Source
NumericDesc.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Optional.type
case object Required extends PlusSignPresence

When writing a non-negative literal, a + is mandatory before the literal.

When writing a non-negative literal, a + is mandatory before the literal.

Attributes

Since

4.0.0

Source
NumericDesc.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Required.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala