xtc.util
Interface Function.F6<R,A,B,C,D,E,F>

Enclosing class:
Function

public static interface Function.F6<R,A,B,C,D,E,F>

A function with six arguments.


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

Method Detail

apply

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


Copyright © 2012. All Rights Reserved.