Compose

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