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

Enclosing class:
Function

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

A function with five arguments.


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

Method Detail

apply

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


Copyright © 2012. All Rights Reserved.