org.jclouds.rest.functions
Class PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion

java.lang.Object
  extended by org.jclouds.rest.functions.PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion
All Implemented Interfaces:
com.google.common.base.Function<ClassMethodArgsAndReturnVal,com.google.common.base.Optional<Object>>, ImplicitOptionalConverter

@Beta
@Singleton
public class PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion
extends Object
implements ImplicitOptionalConverter

Author:
Adrian Cole

Constructor Summary
protected PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion(String apiVersion)
           
 
Method Summary
 com.google.common.base.Optional<Object> apply(ClassMethodArgsAndReturnVal 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

PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion

@Inject
protected PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion(String apiVersion)
Method Detail

apply

public com.google.common.base.Optional<Object> apply(ClassMethodArgsAndReturnVal input)
Specified by:
apply in interface com.google.common.base.Function<ClassMethodArgsAndReturnVal,com.google.common.base.Optional<Object>>


Copyright © 2009-2013 jclouds. All Rights Reserved.