Translate

org.atnos.eff.Translate
trait Translate[T[_], U]

trait for translating one effect into other ones in the same stack

Attributes

Source:
Interpret.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def apply[X](kv: T[X]): Eff[U, X]

Attributes

Source:
Interpret.scala