util.fn
Interface Lambda2<A0,A1,R>

Type Parameters:
A0 - First argument type
A1 - Second argument type
R - Return type

public interface Lambda2<A0,A1,R>

From A0, A1 to R


Method Summary
 R call(A0 arg0, A1 arg1)
           
 

Method Detail

call

R call(A0 arg0,
       A1 arg1)