Interpreter

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]](implicit F: MonadError[F, Throwable]): Interpreter[F]
def apply[F[_]](functions: Map[String, DocumentedFunction[F]])(implicit F: MonadError[F, Throwable]): Interpreter[F]
def defaultFunctions[F[_]](implicit F: ApplicativeError[F, Throwable]): Map[String, DocumentedFunction[F]]