IsNull

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

Value members

Concrete methods

def notNullValue(): Matcher[AnyRef]
def notNullValue[T](typ: Class[T]): Matcher[T]
def nullValue(): Matcher[AnyRef]
def nullValue[T](tpe: Class[T]): Matcher[T]