org.jclouds.elasticstack.functions
Class MapToDevices.DeviceToId
java.lang.Object
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>
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 |
MapToDevices.DeviceToId
public MapToDevices.DeviceToId()
apply
public String apply(Device input)
- Specified by:
apply
in interface com.google.common.base.Function<Device,String>
Copyright © 2009-2011 jclouds. All Rights Reserved.