object EMail extends (String, String) => String { ... } does not compile. It apparently needs to be object EMail extends ((String, String) => String) { ... } FIXED
Copyright © 2024 Artima, Inc. All rights reserved.