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


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

Interface for functions that take three parameters.


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

Method Detail

apply

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


Copyright © 2014 Burton Computer Corporation. All rights reserved.