サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
猛暑に注意を
loicdescotte.github.io
January 23, 2015 Update (June 24, 2016) : New example using Hamsters lib In Scala, it’s easy to compose options : val oa: Option[String] = Some("a") val ob: Option[String] = Some("b") val oab : Option[String] = for{ a <- oa b <- ob } yield a+b Note : you can read my helper about for comprehension translation to map/flatMap. It’s also easy to compose futures, in a non blocking way : def fa: Future[
June 3, 2015 Update 23/07/2015 : How to add stop hooks for your modules, how to inject play modules (WSClient, I18n, Cache, …) Update 15/12/2015 : How to configure Play logs and Http filters Play Framework, in its new version, provides a lot of new stuff to handle dependency injection at runtime, using Guice. With Scala, I always prefer using compile time dependency injection, as it allows to see
このページを最初にブックマークしてみませんか?
『loicdescotte.github.io』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く