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

All Known Subinterfaces:
KExtensionFunction6<T,P1,P2,P3,P4,P5,P6,R>, KMemberFunction6<T,P1,P2,P3,P4,P5,P6,R>
All Known Implementing Classes:
ExtensionFunctionImpl6, KExtensionFunctionImpl6, KMemberFunctionImpl6

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


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

Method Detail

invoke

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


Copyright © 2013. All Rights Reserved.