JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
invoke
()
Method Detail
invoke
R
invoke() throws java.lang.Exception
Throws:
java.lang.Exception
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method