Guest User

Untitled

a guest
Jul 21st, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. case class PaidInvoice(uncommittedEvents: List[InvoiceEvent]) extends Invoice {
  2. def markCommitted = copy(uncommittedEvents = Nil)
  3.  
  4. def applyEvent = unhandled
  5. }
Add Comment
Please, Sign In to add comment