Sink is a function that sinks the data poured by faucet.
The poured value
is passed as first argument, and can be used inside the sink function, but can not be used outside
of it after processing.
The value
can be sank either synchronously or asynchronously.
Data value to sink.
Either none when the value sank synchronously, or a promise-like instance resolved when the value sank asynchronously.
Generated using TypeDoc
Type of data values to sink.