2014-03-18

juan_gandhi: (VP)
2014-03-18 09:26 am

ну все ведь понимают...

...что сам он не остановится.
Одесса, ПМР, Эстония, Латвия. Литва не дастся, я думаю. Бобруйск. Байконур.
Когда Европа очнётся, никогда?
juan_gandhi: (VP)
2014-03-18 04:38 pm
Entry tags:

the code I write...


type NoResult = Result[Nothing]

case object Empty extends NoResult with NoGood[Nothing] {
...


As a side-effect, have to use this famous type, (_:_)


.onError((_:_) => savePage())