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

All Known Subinterfaces:
KFunction10<P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,R>
All Known Implementing Classes:
FunctionImpl10, KFunctionImpl10

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


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

Method Detail

invoke

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


Copyright © 2013. All Rights Reserved.