PreparedList

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

Value members

Inherited methods

Inherited from:
Product