Short

case object Short extends Parsing[Short]
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Parsing[Short]
class Validation[String, Short]
class Object
trait Matchable
class Any
Short.type

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton
Inherited from:
Singleton
type MirroredType = Singleton
Inherited from:
Singleton

Value members

Inherited methods

final def andThen[T](validation: Validation[Short, T]): Validation[String, T]
Inherited from:
Validation
final def collect[T](f: PartialFunction[Short, T]): Validation[String, T]
Inherited from:
Validation
def error(input: String): Parsing
Inherited from:
Parsing
final override def errors(input: String): List[Error]
Definition Classes
Inherited from:
Parsing
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
final def map[T](f: Short => T): Validation[String, T]
Inherited from:
Validation
final def modifyError(pf: PartialFunction[Error, Error]): Validation[String, Short]
Inherited from:
Validation
final def modifyErrors(f: NonEmptyList[Error] => NonEmptyList[Error]): Validation[String, Short]
Inherited from:
Validation
final def normalize: Validation[String, Short]
Inherited from:
Validation
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def run(input: String): ValidatedNel[Error, Short]
Inherited from:
Validation
final override def runUnnormalized(input: String): Validated[NonEmptyList[Error], Short]
Definition Classes
Inherited from:
Parsing
final def toDebugString: String
Inherited from:
Validation
final def withError(error: Error): Validation[String, Short]
Inherited from:
Validation
final def withErrors(errors: NonEmptyList[Error]): Validation[String, Short]
Inherited from:
Validation