Push

ceesvee.zio.ZioCsvReader$.Push$
object Push

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Push.type

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]