org.mulgara.util
Interface Fn1<T1,R>

Type Parameters:
T1 - The parameter type of the function.
R - The return type of the function.
All Superinterfaces:
Fn1E<T1,R,RuntimeException>

public interface Fn1<T1,R>
extends Fn1E<T1,R,RuntimeException>

Functor template for a function that takes one type and returns another without throwing an exception.

Author:
Paul Gearon

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



Copyright © 2011. All Rights Reserved.