Interface IFunction<T,TResult>
-
- Type Parameters:
T- the generic typeTResult- the generic type
- All Known Implementing Classes:
IFunctions.Base64Decoder,IFunctions.Base64Encoder,IFunctions.DateTimeToXSDateTime,IFunctions.StringToObject,IFunctions.ToBoolean,IFunctions.ToLowerCase,IFunctions.ToString,IFunctions.ToUUID
public interface IFunction<T,TResult>
The Interface FuncInterface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TResultfunc(T arg)Func.
-