FromString

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T, A](fromString: FromString[T, A]): FromString[T, A]
def factory[T, A](read: String => Either[A, T]): FromString[T, A]

Implicits

Implicits

implicit def booleanFromString[A](fromThrowable: ErrorFromThrowable[A]): FromString[Boolean, A]
implicit def doubleFromString[A](fromThrowable: ErrorFromThrowable[A]): FromString[Double, A]
implicit def intFromString[A](fromThrowable: ErrorFromThrowable[A]): FromString[Int, A]
implicit def stringFromString[A]: FromString[String, A]

Inherited implicits

implicit def numericFromString[T, A](num: Numeric[T], fromThrowable: ErrorFromThrowable[A]): FromString[T, A]
Inherited from
FromStringWithNumeric