org.mulgara.util
Interface Fn4<T1,T2,T3,T4,R>

Type Parameters:
T1 - The type of the first parameter for the function.
T2 - The type of the second parameter for the function.
T3 - The type of the third parameter for the function.
T4 - The type of the fourth parameter for the function.
R - The return type of the function.
All Superinterfaces:
Fn4E<T1,T2,T3,T4,R,RuntimeException>

public interface Fn4<T1,T2,T3,T4,R>
extends Fn4E<T1,T2,T3,T4,R,RuntimeException>

Functor template for a function that takes arguments of four different types and returns a value of a fifth type, without throwing an exception.

Author:
Paul Gearon

Method Summary
 
Methods inherited from interface org.mulgara.util.Fn4E
call
 



Copyright © 2011. All Rights Reserved.