FromString

org.specs2.text.FromString
See theFromString companion trait
object FromString

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FromString.type

Members list

Type members

Classlikes

object given_FromString_Boolean extends FromString[Boolean]

Attributes

Supertypes
trait FromString[Boolean]
class Object
trait Matchable
class Any
Self type
object given_FromString_Int extends FromString[Int]

Attributes

Supertypes
trait FromString[Int]
class Object
trait Matchable
class Any
Self type
object given_FromString_String extends FromString[String]

Attributes

Supertypes
trait FromString[String]
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def apply[T](using fs: FromString[T]): FromString[T]