Effect

final case class Effect[F[_], I, O](f: I => F[O]) extends Step[F, I, O]
Source:
Step.scala
trait Product
trait Equals
trait Step[F, I, O]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product