Package org.jclouds.rest.functions
Class PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion
java.lang.Object
org.jclouds.rest.functions.PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion
- All Implemented Interfaces:
com.google.common.base.Function<InvocationSuccess,
,com.google.common.base.Optional<Object>> Function<InvocationSuccess,
,com.google.common.base.Optional<Object>> ImplicitOptionalConverter
@Beta
@Singleton
public class PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion
extends Object
implements ImplicitOptionalConverter
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.base.Optional
<Object> apply
(InvocationSuccess 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 Details
-
PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<InvocationSuccess,
com.google.common.base.Optional<Object>> - Specified by:
apply
in interfaceFunction<InvocationSuccess,
com.google.common.base.Optional<Object>>
-