Optional

net.hamnaberg.schema.structure$.Field$.Optional
final case class Optional[R, E](name: String, elemSchema: Schema[E], get: R => Option[E]) extends Field[R, Option[E]]

Attributes

Source
Schema.scala
Graph
Supertypes
trait Field[R, Option[E]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product