Interface IFuncDelegate<TResult>
-
- Type Parameters:
TResult- the generic type
public interface IFuncDelegate<TResult>
The Interface FuncDelegate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TResultfunc()Func.
-
-
-
Method Detail
-
func
TResult func() throws FormatException
Func.- Returns:
- the t result
- Throws:
FormatException- the format exception
-
-