Class CreateSingle


  • public class CreateSingle
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CreateSingle()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <Resp> io.reactivex.Single<Resp> fromFuture​(com.google.common.util.concurrent.ListenableFuture<Resp> listenableFuture, com.daml.grpc.adapter.ExecutionSequencerFactory esf)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CreateSingle

        public CreateSingle()
    • Method Detail

      • fromFuture

        public static <Resp> io.reactivex.Single<Resp> fromFuture​(com.google.common.util.concurrent.ListenableFuture<Resp> listenableFuture,
                                                                  com.daml.grpc.adapter.ExecutionSequencerFactory esf)