Skip to content

케이스 클래스에 일치시키기

ik edited this page Aug 29, 2016 · 3 revisions
  • apply

  • zipWithIndex

  • unapply

  • 대칭성 : * apply | unapply
  • unapply(something:Something) : Option[TupleN[n...]]
  • head +: tail (중위표기) | +:(head, tail)

  • unapplySeq

  • Seq(head1, head2, _*)
Clone this wiki locally