Partial

harness.web.Partial$
See thePartial companion trait
object Partial

Attributes

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

Members list

Type members

Classlikes

final case class Specified[+T](value: T) extends Partial[T]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Partial[T]
class Object
trait Matchable
class Any
Show all
case object Unspecified extends Partial[Nothing]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Partial[Nothing]
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object auto

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
auto.type
object flat

Different options for encoding/decoding a Partial. You need to import one of these in order to have generic derivation of types containing a Partial[_].

Different options for encoding/decoding a Partial. You need to import one of these in order to have generic derivation of types containing a Partial[_].

The naming convention is: encoder / decoder, and x mean x / x.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
flat.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Givens

Givens

given convertToSpecified[T]: Conversion[T, Specified[T]]