eneter.net.system
Interface IFunction<R>

Type Parameters:
R - type of the return.

public interface IFunction<R>

Callback function returning the type R. It is the equivalent of .NET Func.


Method Summary
 R invoke()
           
 

Method Detail

invoke

R invoke()
         throws java.lang.Exception
Throws:
java.lang.Exception