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

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

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


Field Summary
static IFunctions.StringToObject INSTANCE
           
 
Constructor Summary
IFunctions.StringToObject()
           
 
Method Summary
 Object func(String o)
          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.StringToObject INSTANCE
Constructor Detail

IFunctions.StringToObject

public IFunctions.StringToObject()
Method Detail

func

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

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


Copyright © 2012–2015 Microsoft. All rights reserved.