zio
zio
API
ceesvee.zio
ZioCsvParser
ZioCsvReader
Push
ZioCsvWriter
zio
/
ceesvee.zio
/
ZioCsvReader
/
Push
Push
ceesvee.zio.ZioCsvReader$.Push$
object
Push
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Push
.type
Clear all
Members list
Concise view
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
]