Compose

final case class Compose[F[_], I, A, O](left: PreparedStep[F, I, A], right: PreparedStep[F, A, O]) 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