Module: reactive-pg-client-js/tuple

Classes

Tuple

Methods

(static) Tuple.of(elt1, elt2, elt3, elt4, elt5, elt6) → {Tuple}

Create a tuple of six elements.
Parameters:
Name Type Description
elt1 Object the first value
elt2 Object the second valueg
elt3 Object the third value
elt4 Object the fourth value
elt5 Object the fifth value
elt6 Object the sixth value
Source:
Returns:
the tuple
Type
Tuple

(static) Tuple.tuple() → {Tuple}

Source:
Returns:
a new empty tuple
Type
Tuple