jet
Interface ExtensionFunction19<T,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,P16,P17,P18,P19,R>

All Known Subinterfaces:
KExtensionFunction19<T,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,P16,P17,P18,P19,R>, KMemberFunction19<T,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,P16,P17,P18,P19,R>
All Known Implementing Classes:
ExtensionFunctionImpl19, KExtensionFunctionImpl19, KMemberFunctionImpl19

public interface ExtensionFunction19<T,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,P16,P17,P18,P19,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, P16 p16, P17 p17, P18 p18, P19 p19)
           
 

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,
         P16 p16,
         P17 p17,
         P18 p18,
         P19 p19)


Copyright © 2013. All Rights Reserved.