Constructor of KoconutPair
FirstType element of inner Pair instance.
SecondType element of inner Pair instance.
Class KoconutPair implements KoconutEquatable. The equality check process is done by using 'equalsTo method of Pair'
Processes all the chained objects and calls the specified function
block
with the result value as its argument and returns the original result.
A callback function that accepts an argument.
Processes all the chained objects and calls the specified function
block
with the result value as its argument and returns the final result
of the block
.
A callback function that accepts an argument. The method calls the block
and returns its result.
Processes all the chained objects ane returns Promise<void>
.
Processes all the chained object and returns original KoconutPair instance.
Processes all the chained objects and return the result.
Generated using TypeDoc
Koconut Wrapper class for Pair