Class FalseOn204
- java.lang.Object
-
- org.jclouds.azurecompute.arm.functions.FalseOn204
-
- All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,Boolean>
,Function<HttpResponse,Boolean>
@Singleton public class FalseOn204 extends Object implements com.google.common.base.Function<HttpResponse,Boolean>
Parses an http response code from http responser
-
-
Constructor Summary
Constructors Constructor Description FalseOn204()
-
-
-
Method Detail
-
apply
public Boolean apply(HttpResponse from)
- Specified by:
apply
in interfacecom.google.common.base.Function<HttpResponse,Boolean>
- Specified by:
apply
in interfaceFunction<HttpResponse,Boolean>
-
-