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


public interface Function3<P1,P2,P3,R>


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

Method Detail

$invoke

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


Copyright © 2012. All Rights Reserved.