xtc.util
Interface Function.F3<R,A,B,C>

Enclosing class:
Function

public static interface Function.F3<R,A,B,C>

A function with three arguments.


Method Summary
 R apply(A a, B b, C c)
           
 

Method Detail

apply

R apply(A a,
        B b,
        C c)


Copyright © 2012. All Rights Reserved.