org.javimmutable.collections
Interface Func4<P1,P2,P3,P4,R>


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

Interface for functions that take four parameters.


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

Method Detail

apply

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


Copyright © 2014 Burton Computer Corporation. All rights reserved.