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