io.iteratee.internal

Type members

Classlikes

sealed abstract class Step[F[_], E, A] extends Serializable

Represents the current state of an io.iteratee.Iteratee.

Represents the current state of an io.iteratee.Iteratee.

Type Params
A

The type of the result calculated by the io.iteratee.Iteratee

E

The type of the input data

F

The effect type constructor

Companion
object
object Step
Companion
class