什么是有状态传感器?

haw*_*eye 11 clojure stateful transducer

1.7版本Clojure Core文档中 - 以下功能

dedupe
disj!
dissoc!
filter
keep
map
random-sample
remove
replace
take-while
Run Code Online (Sandbox Code Playgroud)

在其API描述中包含以下文本

Returns a transducer when no collection is provided.
Run Code Online (Sandbox Code Playgroud)

以及以下功能

drop
keep-indexed
partition-all
partition-by
take
take-nth
Run Code Online (Sandbox Code Playgroud)

有以下文字.

Returns a *stateful* transducer when no collection is provided.
Run Code Online (Sandbox Code Playgroud)

此外 - 对这一措辞提出了批评.

在此输入图像描述

我的问题是:什么是有状态传感器?即分组函数的相似之处.(这是说,之所以有人说键入一个传感器需要依赖类型?)