jet
Interface ExtensionFunction15<T,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,R>

All Known Subinterfaces:
KExtensionFunction15<T,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,R>, KMemberFunction15<T,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,R>
All Known Implementing Classes:
ExtensionFunctionImpl15, KExtensionFunctionImpl15, KMemberFunctionImpl15

public interface ExtensionFunction15<T,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,R>


Method Summary
 R invoke(T receiver, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10, P11 p11, P12 p12, P13 p13, P14 p14, P15 p15)
           
 

Method Detail

invoke

R invoke(T receiver,
         P1 p1,
         P2 p2,
         P3 p3,
         P4 p4,
         P5 p5,
         P6 p6,
         P7 p7,
         P8 p8,
         P9 p9,
         P10 p10,
         P11 p11,
         P12 p12,
         P13 p13,
         P14 p14,
         P15 p15)


Copyright © 2013. All Rights Reserved.