org.jclouds.elasticstack.functions
Class MapToDevices.DeviceToId

java.lang.Object
  extended by org.jclouds.elasticstack.functions.MapToDevices.DeviceToId
All Implemented Interfaces:
com.google.common.base.Function<Device,String>
Enclosing class:
MapToDevices

@Singleton
public static class MapToDevices.DeviceToId
extends Object
implements com.google.common.base.Function<Device,String>


Constructor Summary
MapToDevices.DeviceToId()
           
 
Method Summary
 String apply(Device input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

MapToDevices.DeviceToId

public MapToDevices.DeviceToId()
Method Detail

apply

public String apply(Device input)
Specified by:
apply in interface com.google.common.base.Function<Device,String>


Copyright © 2009-2012 jclouds. All Rights Reserved.