1.2 KiB
1.2 KiB
title | description | menu | weight | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
debug.sink() function | `debug.sink()` will discard all data that comes into it. |
|
201 |
debug.sink()
will discard all data that comes into it.
Function type signature
(<-tables: stream[A]) => stream[A] where A: Record
{{% caption %}} For more information, see Function type signatures. {{% /caption %}}
Parameters
tables
Stream to discard.