org.mulgara.util
Interface Fn2<T1,T2,R>

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

public interface Fn2<T1,T2,R>
extends Fn2E<T1,T2,R,RuntimeException>

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

Author:
Paul Gearon

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



Copyright © 2011. All Rights Reserved.