Searched refs:producerOfFuture (Results 1 – 1 of 1) sorted by relevance
92 CancellableProducer<Integer> intProducer = producerOfFuture(intFuture); in singleArgMethod()109 producerOfFuture(strFutureFuture); in successMonitor()138 producerOfFuture(strFutureFuture); in failureMonitor()195 private static <T> CancellableProducer<T> producerOfFuture(final ListenableFuture<T> future) { in producerOfFuture() method in ProducerFactoryTest