io.iteratee
package io.iteratee
Type members
Classlikes
An iteratee processes a stream of elements of type E
and returns a value of
type F[A]
.
An iteratee processes a stream of elements of type E
and returns a value of
type F[A]
.
- Type Params
- A
The type of the calculated result
- E
The type of the input data
- F
A type constructor representing a context for effects
- See also
- Companion
- object