xtc.util
Interface Function.F2<R,A,B>

Enclosing class:
Function

public static interface Function.F2<R,A,B>

A function with two arguments.


Method Summary
 R apply(A a, B b)
           
 

Method Detail

apply

R apply(A a,
        B b)


Copyright © 2012. All Rights Reserved.