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

All Known Subinterfaces:
KExtensionFunction5<T,P1,P2,P3,P4,P5,R>, KMemberFunction5<T,P1,P2,P3,P4,P5,R>
All Known Implementing Classes:
ExtensionFunctionImpl5, KExtensionFunctionImpl5, KMemberFunctionImpl5

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


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

Method Detail

invoke

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


Copyright © 2013. All Rights Reserved.