Documentation
Preparing search index...
stream
isClosableSink
Function isClosableSink
isClosableSink
<
T
>
(
sink
:
UnderlyingSink
<
T
>
)
:
sink
is
ClosableSink
<
T
>
A guard to test that an
UnderlyingSink
object that has a
close
method.
Type Parameters
T
Parameters
sink
:
UnderlyingSink
<
T
>
Returns
sink
is
ClosableSink
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
A guard to test that an
UnderlyingSinkobject that has aclosemethod.