Uses of Interface
play.libs.F.Action
-
Packages that use F.Action Package Description play.libs play.mvc -
-
Uses of F.Action in play.libs
Classes in play.libs that implement F.Action Modifier and Type Class Description static classF.Promise<V>static classF.TimeoutFields in play.libs with type parameters of type F.Action Modifier and Type Field Description protected java.util.List<F.Action<F.Promise<V>>>F.Promise. callbacksMethods in play.libs with parameters of type F.Action Modifier and Type Method Description voidF.Promise. onRedeem(F.Action<F.Promise<V>> callback)Registers an action that is to be invoked after this promise is invoked. -
Uses of F.Action in play.mvc
Methods in play.mvc with parameters of type F.Action Modifier and Type Method Description protected static <T> voidController. await(java.util.concurrent.Future<T> future, F.Action<T> callback)protected static <T> voidWebSocketController. await(java.util.concurrent.Future<T> future, F.Action<T> callback)voidHttp.Response. onWriteChunk(F.Action<java.lang.Object> handler)
-