Partial

smithy4s.PartialData.Partial
final case class Partial[A](indexes: IndexedSeq[Int], partialData: IndexedSeq[Any], make: IndexedSeq[Any] => A) extends PartialData[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PartialData[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def map[B](f: A => B): PartialData[B]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product