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

All Known Subinterfaces:
KFunction8<P1,P2,P3,P4,P5,P6,P7,P8,R>
All Known Implementing Classes:
FunctionImpl8, KFunctionImpl8

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


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

Method Detail

invoke

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


Copyright © 2013. All Rights Reserved.