TypeExtractorImpl

sealed abstract class TypeExtractorImpl[T](implicit val converter: TypeConverter[String, T]) extends TypeExtractor[T]
trait TypeExtractor[T]
class Object
trait Matchable
class Any
object asBoolean.type
object asByte.type
object asDouble.type
object asFloat.type
object asInt.type
object asLong.type
object asShort.type
object asString.type

Value members

Inherited methods

def unapply(source: String): Option[T]
Inherited from:
TypeExtractor

Implicits

Implicits

implicit val converter: TypeConverter[String, T]