不兼容的类型:play.mvc.Result无法转换为F.Promise <play.mvc.simpleresult>

时间:2017-11-17 10:48:16

标签: java playframework-2.2 playframework-2.1

我刚从Play 2.1.5迁移到Play 2.2.1但被阻止了错误:: incompatible types: play.mvc.Result cannot be converted to F.Promise<play.mvc.SimpleResult>

For line :: getJavaResultFromScala(authResult.left().get());

代码可以在here找到。

我有什么方法可以将play.mvc.Result转换为F.Promise<play.mvc.SimpleResult>吗?

0 个答案:

没有答案