Package play.libs
Interface F.Function4<A,B,C,D,R>
-
- All Known Subinterfaces:
RequestFunctions.Params3<P1,P2,P3,R>
- Enclosing class:
- F
public static interface F.Function4<A,B,C,D,R>
A Function with 4 arguments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
apply(A a, B b, C c, D d)
-