AbstractGraalContext

class Object
trait Matchable
class Any

Value members

Abstract methods

def eval[A](expr: Expr[A], metricWriter: Writer): F[Result[A]]
Value Params
metricWriter

This is in addition to any other metrics writers supplied in the construction of the context.

def evalWithStats[A](expr: Expr[A], metricWriter: Writer): F[AndExprResult[A]]
Value Params
metricWriter

This is in addition to any other metrics writers supplied in the construction of the context.

Concrete methods

final def eval[A](expr: Expr[A]): F[Result[A]]
final def evalWithStats[A](expr: Expr[A]): F[AndExprResult[A]]
def trans[G[_]](f: Trans[F, G]): AbstractGraalContext[G]