Object

Definitions

def isNull(x: a): BoolSource

Returns true if the given value x is null.

def toOption(x: a): Option[a]Source

Returns None if the given value x is null, otherwise returns Some(x).