Interpreter

trait Interpreter[Eff[_]]
class Object
trait Matchable
class Any

Value members

Abstract methods

protected
def interpret[A](eff: Eff[A]): A

Concrete methods

def run[A](suspendable: Suspendable[Eff, A]): A