org.stjs.javascript.functions
Interface Function4<P1,P2,P3,P4,R>


public interface Function4<P1,P2,P3,P4,R>


Method Summary
 R $invoke(P1 p1, P2 p2, P3 p3, P4 p4)
           
 

Method Detail

$invoke

R $invoke(P1 p1,
          P2 p2,
          P3 p3,
          P4 p4)


Copyright © 2012. All Rights Reserved.