MatchType

object MatchType extends MatchTypeMacros
Companion
class
class Object
trait Matchable
class Any

Implicits

Implicits

implicit
val bool: MatchType[Boolean]
implicit
val byte: MatchType[Byte]
implicit
val char: MatchType[Char]
implicit
val double: MatchType[Double]
implicit
val float: MatchType[Float]
implicit
val int: MatchType[Int]
implicit
val long: MatchType[Long]
implicit
val short: MatchType[Short]
implicit
val string: MatchType[String]

Inherited implicits

implicit inline
def gen[T : ClassTag](implicit evidence$1: ClassTag[T], Of[T]): MatchType[T]
Inherited from
MatchTypeMacros