Effect

final case class Effect[F[_], I, O](f: I => F[O], stableUniqueEdgeName: UniqueEdgeCursor) extends PreparedStep[F, I, O]
trait Product
trait Equals
trait PreparedStep[F, I, O]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product