PreparedList

final case class PreparedList[F[_], A, C, B](of: PreparedCont[F, A, B], toSeq: C => Seq[A]) extends Prepared[F, C]
trait Product
trait Equals
trait Prepared[F, C]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product