scala.slick.collection.heterogenous.HList
Build a packed representation containing QueryParameters that can extract data from the unpacked representation later.
Build a packed representation containing QueryParameters that can extract data from the unpacked representation later. This method is not available for shapes where Mixed and Unpacked are different types.
Build a record value represented by this Shape from its element values.
Build a record value represented by this Shape from its element values.
Create a copy of this Shape with new element Shapes.
Create a copy of this Shape with new element Shapes. This is used for packing Shapes recursively.
Encode a reference into a value of this Shape.
Encode a reference into a value of this Shape. This method may not be available for shapes where Mixed and Packed are different types.
Get the element value from a record value at the specified index.
Get the element value from a record value at the specified index.
Get an Iterator of a record value's element values.
Get an Iterator of a record value's element values. The default
implementation repeatedly calls getElement
.
Convert a value of this Shape's (mixed) type to the fully packed type
Convert a value of this Shape's (mixed) type to the fully packed type
Return the fully packed Shape
Return the fully packed Shape
The Shapes for the product elements.
The Shapes for the product elements.
Return an AST Node representing a mixed value.
Return an AST Node representing a mixed value.
(hListShape: StringAdd).self
(hListShape: StringFormat).self
(hListShape: ArrowAssoc[HListShape[Level, M, U, P]]).x
(Since version 2.10.0) Use leftOfArrow
instead
(hListShape: Ensuring[HListShape[Level, M, U, P]]).x
(Since version 2.10.0) Use resultOfEnsuring
instead