Value

smithy4s.Nullable.Value
final case class Value[A](a: A) extends Nullable[A]

Attributes

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

Members list

Value members

Inherited methods

def fold[B](whenNull: => B)(whenValue: A => B): B

Attributes

Inherited from:
Nullable
def map[B](f: A => B): Nullable[B]

Attributes

Inherited from:
Nullable

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def toOption: Option[A]

Attributes

Inherited from:
Nullable