UnsafeInterpreter

org.finos.morphir.foundations.capabilities.free.Free$.UnsafeInterpreter
trait UnsafeInterpreter[F[_, _]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def interpret[E, A](fa: F[E, A]): Either[E, A]