Class Get.GetFilter
java.lang.Object
com.couchbase.client.java.bucket.api.Get.GetFilter
- All Implemented Interfaces:
rx.functions.Func1<GetResponse,Boolean>
,rx.functions.Function
- Enclosing class:
- Get
public static class Get.GetFilter extends Object implements rx.functions.Func1<GetResponse,Boolean>
-
Constructor Summary
Constructors Constructor Description GetFilter(CouchbaseEnvironment environment)
-
Method Summary
Modifier and Type Method Description Boolean
call(GetResponse response)
-
Constructor Details
-
GetFilter
-
-
Method Details
-
call
- Specified by:
call
in interfacerx.functions.Func1<GetResponse,Boolean>
-