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

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

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


Field Summary
static IFunctions.Base64Decoder INSTANCE
           
 
Constructor Summary
IFunctions.Base64Decoder()
           
 
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.Base64Decoder INSTANCE
Constructor Detail

IFunctions.Base64Decoder

public IFunctions.Base64Decoder()
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.