First

final case class First[F[_], I, O, C](step: PreparedStep[F, I, O]) extends PreparedStep[F, (I, C), (O, C)]
trait Product
trait Equals
trait PreparedStep[F, (I, C), (O, C)]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product