Translate

org.specs2.control.eff.Translate
trait Translate[T[_], U]

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

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