beamly.core.scalaz
Scalaz扩展FutureEither FutureEither是scalaz.EitherT[Future, A, B]的专用版本,它允许Future[A / B]操作的简单组合。用法包括来自maven central的依赖: import scala . concurrent . Future import beamly . core . scalaz . future .{ FutureEither , ?/ } import com . zeebox . core . http . common . HttpStatus .{ NotFound , Ok } import com . zeebox . core . http . server . http . HttpResponse case class UserNotFound ( userId :
下载地址
用户评论