xtc.util
Interface Function.F8<R,A,B,C,D,E,F,G,H>

Enclosing class:
Function

public static interface Function.F8<R,A,B,C,D,E,F,G,H>

A function with eight arguments.


Method Summary
 R apply(A a, B b, C c, D d, E e, F f, G g, H h)
           
 

Method Detail

apply

R apply(A a,
        B b,
        C c,
        D d,
        E e,
        F f,
        G g,
        H h)


Copyright © 2012. All Rights Reserved.