microsoft.exchange.webservices.data.misc
Class IFunctions.ToUUID

java.lang.Object
  extended by microsoft.exchange.webservices.data.misc.IFunctions.ToUUID
All Implemented Interfaces:
IFunction<String,Object>
Enclosing class:
IFunctions

public static class IFunctions.ToUUID
extends Object
implements IFunction<String,Object>


Field Summary
static IFunctions.ToUUID INSTANCE
           
 
Constructor Summary
IFunctions.ToUUID()
           
 
Method Summary
 Object func(String s)
          Func.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final IFunctions.ToUUID INSTANCE
Constructor Detail

IFunctions.ToUUID

public IFunctions.ToUUID()
Method Detail

func

public Object func(String s)
Description copied from interface: IFunction
Func.

Specified by:
func in interface IFunction<String,Object>
Parameters:
s - the arg
Returns:
the t result


Copyright © 2012–2015 Microsoft. All rights reserved.