org.mulgara.util
Interface Fn<R>

Type Parameters:
R - The return type of the function.
All Superinterfaces:
Callable<R>, FnE<R,RuntimeException>

public interface Fn<R>
extends FnE<R,RuntimeException>

Functor template for a function that takes no arguments and returns a value, without throwing an exception.

Author:
Paul Gearon

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



Copyright © 2011. All Rights Reserved.