jet
Interface ExtensionFunction7<T,P1,P2,P3,P4,P5,P6,P7,R>

All Known Subinterfaces:
KExtensionFunction7<T,P1,P2,P3,P4,P5,P6,P7,R>, KMemberFunction7<T,P1,P2,P3,P4,P5,P6,P7,R>
All Known Implementing Classes:
ExtensionFunctionImpl7, KExtensionFunctionImpl7, KMemberFunctionImpl7

public interface ExtensionFunction7<T,P1,P2,P3,P4,P5,P6,P7,R>


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

Method Detail

invoke

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


Copyright © 2013. All Rights Reserved.