Optional

final case class Optional[R, E](name: String, elemSchema: Schema[E], get: R => Option[E]) extends Field[R, Option[E]]
trait Serializable
trait Product
trait Equals
trait Field[R, Option[E]]
class Object
trait Matchable
class Any

Value members

Inherited methods

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