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