MatchType

sttp.tapir.typelevel.MatchType
See theMatchType companion object
trait MatchType[T]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(a: Any): Boolean

Attributes

Returns

is a a value of type T?

Concrete methods

def partial: PartialFunction[Any, Boolean]