PreparedSpecification

final case class PreparedSpecification[F[_], I, A](typename: String, specify: I => Option[A], selection: NonEmptyList[PreparedDataField[F, A]]) extends PreparedField[F, I]
trait Product
trait Equals
trait PreparedField[F, I]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product