val handle: Response => Try[Value] = { resp => ... for { - <- isOk(resp) // returns Try - <- isJSON(resp) // returns Try result <- getResult(resp) } yield result }
[ Home | Post Entry | Log in | Search | Browse Options | Site Map ]
no subject