Translate

trait Translate[T[_], U]

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

class Object
trait Matchable
class Any

Value members

Abstract methods

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