Home
last modified time | relevance | path

Searched refs:frobnicateWrapper (Results 1 – 7 of 7) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/interactions/gen-swift/test/fixtures/interactions/
H A DMyServiceAsyncClientImpl.java145 return FutureUtil.transform(frobnicateWrapper(rpcOptions)); in frobnicate()
150 return FutureUtil.transform(frobnicateWrapper(RpcOptions.EMPTY)); in frobnicate()
154 public ListenableFuture<ResponseWrapper<Integer>> frobnicateWrapper( in frobnicateWrapper() method in MyServiceAsyncClientImpl.MyInteractionImpl
218 return FutureUtil.transform(frobnicateWrapper(rpcOptions)); in frobnicate()
223 return FutureUtil.transform(frobnicateWrapper(RpcOptions.EMPTY)); in frobnicate()
227 public ListenableFuture<ResponseWrapper<Integer>> frobnicateWrapper( in frobnicateWrapper() method in MyServiceAsyncClientImpl.MyInteractionFastImpl
291 return FutureUtil.transform(frobnicateWrapper(rpcOptions)); in frobnicate()
296 return FutureUtil.transform(frobnicateWrapper(RpcOptions.EMPTY)); in frobnicate()
300 public ListenableFuture<ResponseWrapper<Void>> frobnicateWrapper( in frobnicateWrapper() method in MyServiceAsyncClientImpl.SerialInteractionImpl
H A DMyService.java48 ListenableFuture<ResponseWrapper<Integer>> frobnicateWrapper( in frobnicateWrapper() method
74 ListenableFuture<ResponseWrapper<Integer>> frobnicateWrapper( in frobnicateWrapper() method
100 ListenableFuture<ResponseWrapper<Void>> frobnicateWrapper( in frobnicateWrapper() method
147 … reactor.core.publisher.Mono<ResponseWrapper<Integer>> frobnicateWrapper(RpcOptions rpcOptions); in frobnicateWrapper() method
180 … reactor.core.publisher.Mono<ResponseWrapper<Integer>> frobnicateWrapper(RpcOptions rpcOptions); in frobnicateWrapper() method
213 … reactor.core.publisher.Mono<ResponseWrapper<Void>> frobnicateWrapper(RpcOptions rpcOptions); in frobnicateWrapper() method
232 ResponseWrapper<Integer> frobnicateWrapper( in frobnicateWrapper() method
258 ResponseWrapper<Integer> frobnicateWrapper( in frobnicateWrapper() method
284 ResponseWrapper<Void> frobnicateWrapper( in frobnicateWrapper() method
H A DMyServiceClientImpl.java146 return frobnicateWrapper(RpcOptions.EMPTY).getData(); in frobnicate()
151 return frobnicateWrapper(rpcOptions).getData(); in frobnicate()
154 public ResponseWrapper<Integer> frobnicateWrapper( in frobnicateWrapper() method in MyServiceClientImpl.MyInteractionImpl
224 return frobnicateWrapper(RpcOptions.EMPTY).getData(); in frobnicate()
229 return frobnicateWrapper(rpcOptions).getData(); in frobnicate()
232 public ResponseWrapper<Integer> frobnicateWrapper( in frobnicateWrapper() method in MyServiceClientImpl.MyInteractionFastImpl
299 frobnicateWrapper(RpcOptions.EMPTY).getData(); in frobnicate()
304 frobnicateWrapper(rpcOptions).getData(); in frobnicate()
307 public ResponseWrapper<Void> frobnicateWrapper( in frobnicateWrapper() method in MyServiceClientImpl.SerialInteractionImpl
H A DMyServiceAsyncReactiveWrapper.java47 …public reactor.core.publisher.Mono<ResponseWrapper<Integer>> frobnicateWrapper(RpcOptions rpcOptio… in frobnicateWrapper() method in MyServiceAsyncReactiveWrapper.MyInteractionImpl
48 …urn com.facebook.thrift.util.FutureUtil.toMono(_delegateInteraction.frobnicateWrapper( rpcOptions)… in frobnicateWrapper()
93 …public reactor.core.publisher.Mono<ResponseWrapper<Integer>> frobnicateWrapper(RpcOptions rpcOptio… in frobnicateWrapper() method in MyServiceAsyncReactiveWrapper.MyInteractionFastImpl
94 …urn com.facebook.thrift.util.FutureUtil.toMono(_delegateInteraction.frobnicateWrapper( rpcOptions)… in frobnicateWrapper()
139 …public reactor.core.publisher.Mono<ResponseWrapper<Void>> frobnicateWrapper(RpcOptions rpcOptions)… in frobnicateWrapper() method in MyServiceAsyncReactiveWrapper.SerialInteractionImpl
140 …urn com.facebook.thrift.util.FutureUtil.toMono(_delegateInteraction.frobnicateWrapper( rpcOptions)… in frobnicateWrapper()
H A DMyServiceBlockingReactiveWrapper.java62 …public reactor.core.publisher.Mono<ResponseWrapper<Integer>> frobnicateWrapper(RpcOptions rpcOptio…
124 …public reactor.core.publisher.Mono<ResponseWrapper<Integer>> frobnicateWrapper(RpcOptions rpcOptio…
186 …public reactor.core.publisher.Mono<ResponseWrapper<Void>> frobnicateWrapper(RpcOptions rpcOptions)…
H A DMyServiceReactiveAsyncWrapper.java60 …concurrent.ListenableFuture<com.facebook.thrift.client.ResponseWrapper<Integer>> frobnicateWrapper( in frobnicateWrapper() method in MyServiceReactiveAsyncWrapper.MyInteractionImpl
103 …concurrent.ListenableFuture<com.facebook.thrift.client.ResponseWrapper<Integer>> frobnicateWrapper( in frobnicateWrapper() method in MyServiceReactiveAsyncWrapper.MyInteractionFastImpl
146 …il.concurrent.ListenableFuture<com.facebook.thrift.client.ResponseWrapper<Void>> frobnicateWrapper( in frobnicateWrapper() method in MyServiceReactiveAsyncWrapper.SerialInteractionImpl
H A DMyServiceReactiveClient.java181 … return frobnicateWrapper( com.facebook.thrift.client.RpcOptions.EMPTY).map(_p -> _p.getData());
186 return frobnicateWrapper( rpcOptions).map(_p -> _p.getData());
190 …public reactor.core.publisher.Mono<ResponseWrapper<Integer>> frobnicateWrapper(RpcOptions rpcOptio…
421 … return frobnicateWrapper( com.facebook.thrift.client.RpcOptions.EMPTY).map(_p -> _p.getData());
426 return frobnicateWrapper( rpcOptions).map(_p -> _p.getData());
430 …public reactor.core.publisher.Mono<ResponseWrapper<Integer>> frobnicateWrapper(RpcOptions rpcOptio…
659 return frobnicateWrapper( com.facebook.thrift.client.RpcOptions.EMPTY).then();
664 return frobnicateWrapper( rpcOptions).then();
668 …public reactor.core.publisher.Mono<ResponseWrapper<Void>> frobnicateWrapper(RpcOptions rpcOptions)…