Call me a weirdo but I think a converter which could fail should return an option[T] instead of T itself. This way you can either unwrap the option (works like exception) or pass it somewhere first, e.g. into a container so that you could use unwrap inside of an higher-order routine.
- case statement with exceptions woggioni
- Re: case statement with exceptions jlp765
- Re: case statement with exceptions woggioni
- Re: case statement with exceptions mikra
- Re: case statement with exceptions woggioni
- Re: case statement with exceptions woggioni
- Re: case statement with exceptions Arrrrrrrrr
- Re: case statement with excepti... Udiknedormin