smithy4s.PartialData
See thePartialData companion trait
object PartialData
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PartialData.type
Members list
Type members
Classlikes
final case class Partial[A](indexes: IndexedSeq[Int], partialData: IndexedSeq[Any], make: IndexedSeq[Any] => A) extends PartialData[A]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PartialData[A]class Objecttrait Matchableclass AnyShow all
final case class Total[A](a: A) extends PartialData[A]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PartialData[A]class Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Reconciles bits of partial data (typically retrieved from various parts of a message) into a single piece of data. It is the responsibility of the caller to ensure that the individual pieces can be reconciled into the full data.
Reconciles bits of partial data (typically retrieved from various parts of a message) into a single piece of data. It is the responsibility of the caller to ensure that the individual pieces can be reconciled into the full data.
Attributes
In this article