jet
Interface Function9<P1,P2,P3,P4,P5,P6,P7,P8,P9,R>

All Known Subinterfaces:
KFunction9<P1,P2,P3,P4,P5,P6,P7,P8,P9,R>
All Known Implementing Classes:
FunctionImpl9, KFunctionImpl9

public interface Function9<P1,P2,P3,P4,P5,P6,P7,P8,P9,R>


Method Summary
 R invoke(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9)
           
 

Method Detail

invoke

R invoke(P1 p1,
         P2 p2,
         P3 p3,
         P4 p4,
         P5 p5,
         P6 p6,
         P7 p7,
         P8 p8,
         P9 p9)


Copyright © 2013. All Rights Reserved.