org.mulgara.util
Interface Fn3<T1,T2,T3,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.
R - The return type of the function.
All Superinterfaces:
Fn3E<T1,T2,T3,R,RuntimeException>

public interface Fn3<T1,T2,T3,R>
extends Fn3E<T1,T2,T3,R,RuntimeException>

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

Author:
Paul Gearon

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



Copyright © 2011. All Rights Reserved.