Skip

final case class Skip[F[_], I, O](compute: Step[F, I, O]) extends Step[F, Either[I, O], O]
Source:
Step.scala
trait Product
trait Equals
trait Step[F, Either[I, O], O]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product