文件名称:beamly.core.scalaz
文件大小:18KB
文件格式:ZIP
更新时间:2024-07-26 02:55:34
Scala
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 :
【文件预览】:
beamly.core.scalaz-master
----version.sbt(40B)
----LICENSE(11KB)
----src()
--------test()
--------main()
----build.sbt(3KB)
----.gitignore(187B)
----project()
--------PublishSignedOps.scala(331B)
--------build.sbt(401B)
--------build.properties(19B)
----README.md(2KB)