Driver

final class Driver[F[_], +State, -In, +Out]
class Object
trait Matchable
class Any

Value members

Concrete methods

def last(implicit R: Runtime[Any], F: LiftIO[F], trace: Trace): F[Either[NoSuchElementException, Out]]
def next(in: In)(implicit R: Runtime[Any], F: LiftIO[F], trace: Trace): F[Either[None.type, Out]]
def reset(implicit R: Runtime[Any], F: LiftIO[F]): F[Unit]
def state(implicit R: Runtime[Any], F: LiftIO[F]): F[State]