Represents a simple data structure to hold 7 values.
2.0.0
Transforms this Tuple7 into a Tuple8 by appending the given arguments.
Transforms this Tuple7 into a Tuple9 by appending the given arguments.
Glues the given pair to this Tuple7 and thus results in a Tuple9.
Maps Tuple7.a1 with the given transform function and returns a new Tuple7.
Maps Tuple7.a2 with the given transform function and returns a new Tuple7.
Maps Tuple7.a3 with the given transform function and returns a new Tuple7.
Maps Tuple7.a4 with the given transform function and returns a new Tuple7.
Maps Tuple7.a5 with the given transform function and returns a new Tuple7.
Maps Tuple7.a6 with the given transform function and returns a new Tuple7.
Maps Tuple7.a7 with the given transform function and returns a new Tuple7.