Is

object Is
Companion:
class
class Object
trait Matchable
class Any
Is.type

Value members

Concrete methods

def is[T](matcher: Matcher[T]): Matcher[T]
def is[T](value: T): Matcher[T]
def isA[T](typ: Class[T]): Matcher[T]