type NonEmpty<T,R>
A Reducer that produces instances of StreamSource.NonEmpty
.
Definition
type NonEmpty<T, R = T> = Reducer<T,
StreamSource.NonEmpty
<R>>;
type NonEmpty<T,R>
A Reducer that produces instances of StreamSource.NonEmpty
.
type NonEmpty<T, R = T> = Reducer<T,
StreamSource.NonEmpty
<R>>;