OptionalField

final case
class OptionalField[S[_[_]], Struct, A](label: String, schema: Schema[S, A], get: Struct => Option[A]) extends StructureField[S, Struct, Option[A]]
trait Serializable
trait Product
trait Equals
class StructureField[S, Struct, Option[A]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def compile[F[_]](s: S[F]): Field[F, Struct, Option[A]]
override
def toString(): String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product