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

Enclosing class:
Function

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

A function with four arguments.


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

Method Detail

apply

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


Copyright © 2012. All Rights Reserved.