zio
zio
ceesvee.zio
ZioCsvParser
ZioCsvReader
Push
ZioCsvWriter
zio
/
ceesvee.zio
/
ZioCsvReader
/
Push
Push
object
Push
Graph
Supertypes
Self type
class
Object
trait
Matchable
class
Any
Push
.type
Value members
Value members
Concrete methods
def
emit
[
I
,
Z
](
z:
Z
,
leftover:
Chunk
[
I
]):
ZIO
[
Any
, (
Right
[
Nothing
,
Z
],
Chunk
[
I
]),
Nothing
]
def
fail
[
I
,
E
](
e:
E
,
leftover:
Chunk
[
I
]):
ZIO
[
Any
, (
Left
[
E
,
Nothing
],
Chunk
[
I
]),
Nothing
]
Concrete fields
val
more
:
ZIO
[
Any
,
Nothing
,
Unit
]