org.javimmutable.collections
Interface Func2<P1,P2,R>


public interface Func2<P1,P2,R>

Interface for functions that take two parameters.


Method Summary
 R apply(P1 p1, P2 p2)
           
 

Method Detail

apply

R apply(P1 p1,
        P2 p2)


Copyright © 2014 Burton Computer Corporation. All rights reserved.