FromString

org.specs2.text.FromString
See theFromString companion object
trait FromString[T]

This typeclass is used to describe any instance which can be decoded from a String.

It can be used to pass string properties in SystemProperties and decode them in a specific way

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def fromString(s: String): Option[T]