PlusSignPresence

parsley.token.descriptions.numeric.PlusSignPresence
See thePlusSignPresence companion object
sealed abstract class PlusSignPresence

This class, and its subtypes, describe whether or not the plus sign (+) is allowed in a specific position.

Attributes

Since

4.0.0

Companion
object
Source
NumericDesc.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Illegal.type
object Optional.type
object Required.type
In this article