IsNullable

object IsNullable extends IsNullable0
Companion
class
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def nullable[T]: IsNullable[Option[T]]

Inherited implicits

implicit def notNullable[T]: IsNullable[T]
Inherited from
IsNullable0