Advertisement
NLinker

Scala error

Nov 5th, 2013
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. overloaded method value <> with alternatives:
  2. [R(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)](f: (Int, Int, String, String, String, String, String, String, String) => R(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>), g: R(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>) => Option[(Int, Int, String, String, String, String, String, String, String)])scala.slick.lifted.MappedProjection[R(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>),(Int, Int, String, String, String, String, String, String, String)] <and>
  3. [R(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)](f: ((Int, Int, String, String, String, String, String, String, String)) => R(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>), g: R(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>) => Option[(Int, Int, String, String, String, String, String, String, String)])scala.slick.lifted.MappedProjection[R(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>)(in method <>),(Int, Int, String, String, String, String, String, String, String)]
  4. cannot be applied to (com.tapad.dfe.tables.JobTemplateRow.type, com.tapad.dfe.tables.JobTemplateRow => Option[(Int, Int, String, Option[String], Option[String], Option[String], Option[String], Option[String])])
  5. extractionSQL ~ additionalData ~ headerTemplate ~ footerTemplate ~ rowTemplate <> (JobTemplateRow, JobTemplateRow.unapply _)
  6. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement