Constructor of KoconutEntry.
KeyType element of inner Entry instance, it'd better be distinguishable.
ValueType element of inner Entry.
Class KoconutEntry implements KoconutEquatable. The equality check process is done by using 'equalsTo method of Entry'.
Other KoconutEntry instance to check equality.
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 KoconutEntry instance.
Processes all the chained objects and return the result.
Generated using TypeDoc
Koconut Wrapper class for Entry.