play.libs
Interface F.Function2<A,B,R>

Enclosing class:
F

public static interface F.Function2<A,B,R>

A Function with 2 arguments.


Method Summary
 R apply(A a, B b)
           
 

Method Detail

apply

R apply(A a,
        B b)
        throws java.lang.Throwable
Throws:
java.lang.Throwable