AppendClosure

final case class AppendClosure[F[_], I, O](xs: Chain[IndexedData[I]], next: StepCont[F, I, O]) extends StepCont[F, I, O]
trait Product
trait Equals
trait StepCont[F, I, O]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product