MatchType

sttp.tapir.typelevel.MatchType$
See theMatchType companion trait
object MatchType extends MatchTypeMacros

Attributes

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

Members list

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]

Attributes

Inherited from:
MatchTypeMacros