Applies the second value of a tuple to the second value of this
this
Transforms the two values inside this with two mapper functions
Compares the values inside this and another tuple
Tests whether both elements in the tuple pass the test implemented by the provided function
Returns the first value of this
Applies a function to the second value of this
Applies a function to the first value of this
A somewhat arbitrary implementation of Foldable for Tuple, the reducer will be passed the initial value and the second value inside this as arguments
Returns the second value of this
Tests whether at least one element in the tuple passes the test implemented by the provided function
Swaps the values inside this
Returns an array with 2 elements - the values inside this
Returns a string representation of an object.
Applies the second value of a tuple to the second value of
this