Float

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

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[Float, T]): Validation[String, T]
Inherited from
Validation
final
def collect[T](f: PartialFunction[Float, 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: Float => T): Validation[String, T]
Inherited from
Validation
final
def modifyError(pf: PartialFunction[Error, Error]): Validation[String, Float]
Inherited from
Validation
final
def modifyErrors(f: NonEmptyList[Error] => NonEmptyList[Error]): Validation[String, Float]
Inherited from
Validation
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final override
def run(input: String): Validated[NonEmptyList[Error], Float]
Definition Classes
Inherited from
Parsing
final
def withError(error: Error): Validation[String, Float]
Inherited from
Validation
final
def withErrors(errors: NonEmptyList[Error]): Validation[String, Float]
Inherited from
Validation