接口 play.libs.F.Action
的使用

使用 F.Action 的软件包
play.libs   
play.mvc   
 

play.libsF.Action 的使用
 

实现 F.Actionplay.libs 中的类
static class F.Promise<V>
           
static class F.Timeout
           
 

参数类型为 F.Actionplay.libs 中的方法
 void F.Promise.onRedeem(F.Action<F.Promise<V>> callback)
           
 

play.mvcF.Action 的使用
 

参数类型为 F.Actionplay.mvc 中的方法
protected static
<T> void
WebSocketController.await(java.util.concurrent.Future<T> future, F.Action<T> callback)
           
protected static
<T> void
Controller.await(java.util.concurrent.Future<T> future, F.Action<T> callback)
           
 void Http.Response.onWriteChunk(F.Action<java.lang.Object> handler)
           
 



Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly