Selection

final case class Selection[F[_], A](fields: NonEmptyList[PreparedField[F, 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