Preparing search index...
The search index is not available
meiosis-setup
meiosis-setup
simple-stream
dropRepeats
Function dropRepeats
drop
Repeats
<
S
>
(
source
:
Stream
<
S
>
, onchange
?:
(
(
state
:
S
)
=>
any
)
)
:
Stream
<
S
>
dropRepeats
function that uses
simpleStream
.
Type Parameters
S
Parameters
source:
Stream
<
S
>
onchange:
(
(
state
:
S
)
=>
any
)
= ...
(
state
:
S
)
:
any
Parameters
state:
S
Returns
any
Returns
Stream
<
S
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
meiosis-
setup
index
setup
simple-
stream
types
util
Stream
Lib
With
Function
Stream
Lib
With
Property
Accumulator
External
Stream
Lib
Map
Function
Scan
Stream
Stream
Constructor
Stream
Lib
simple
Stream
create
Drop
Repeats
drop
Repeats
scan
stream
Generated using
TypeDoc
dropRepeats
function that usessimpleStream
.