Nullable

smithy4s.Nullable
See theNullable companion trait
object Nullable

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Nullable.type

Members list

Type members

Classlikes

case object Null extends Nullable[Nothing]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Nullable[Nothing]
class Object
trait Matchable
class Any
Show all
Self type
Null.type
final case class Value[A](a: A) extends Nullable[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Nullable[A]
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromOption[A](option: Option[A]): Nullable[A]
def value[A](a: A): Nullable[A]