xyz
.
wiedenhoeft
.
scalacrypt
iteratees
package
iteratees
Visibility
Public
All
Type Members
case class
Cont
[
E
,
A
]
(
folder: (
Input
[
E
]) ⇒
Iteratee
[
E
,
A
]
)
extends
State
[
E
,
A
] with
Product
with
Serializable
case class
Done
[
E
,
A
]
(
result:
A
)
extends
State
[
E
,
A
] with
Product
with
Serializable
case class
Element
[
E
]
(
e:
E
)
extends
Input
[
E
] with
Product
with
Serializable
trait
Enumeratee
[
From
,
To
]
extends
AnyRef
trait
Enumerator
[
E
]
extends
AnyRef
case class
Error
[
E
,
A
]
(
error:
Throwable
)
extends
State
[
E
,
A
] with
Product
with
Serializable
sealed
trait
Input
[
+E
]
extends
AnyRef
trait
Iteratee
[
E
,
A
]
extends
AnyRef
An immutable structure that transforms a set of data to a result.
sealed
trait
State
[
E
,
A
]
extends
AnyRef
Value Members
object
EOF
extends
Input
[
Nothing
]
object
Empty
extends
Input
[
Nothing
]
object
Enumeratee
object
Enumerator
object
Iteratee
Ungrouped