The Artima Developer Community


Errata for Programming in Scala
Chapter 24: Extractors
Return to errata index.

Page 491 (PDF page 518):
object EMail extends (String, String) => String { ... }

does not compile.  It apparently needs to be

object EMail extends ((String, String) => String) { ... }

FIXED

Page number: Book type: Paperback book PDF eBook
Book version: (Or build date. Found on back of title page.)
Your feedback:
Your name: (optional)
Your email address: (optional) (will not be published)

Copyright © 2021 Artima, Inc. All rights reserved.