microsoft.exchange.webservices.data.misc
Interface IFunction<T,TResult>

Type Parameters:
T - the generic type
TResult - 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
 TResult func(T arg)
          Func.
 

Method Detail

func

TResult func(T arg)
Func.

Parameters:
arg - the arg
Returns:
the t result


Copyright © 2012–2015 Microsoft. All rights reserved.