Producer implementation that memoizes the result of its compute method.MapOfProducerProducer.MapOfProducerProducer.Builder.AbstractProducer.get().Set whose iteration order is that of the elements given by each of the
producers, which are invoked in the order given at creation.Map<K, Produced<V>>, where the map is derived from the given map
of producers by waiting for those producers' resulting futures.Map<K, V>, where the map is derived from the given map of
producers by waiting for those producers' resulting futures.Produced that represents the completion (either success or failure)
of the given future.Set that contains a single element: the result of the input
future.RuntimeException or return
null.RuntimeException or
return null.Produced objects compare equal if both are successful with equal values, or both
are failed with equal exceptions.Produced, whose Produced.get() will throw an
ExecutionException with the given cause.ProducerToken.equals(Object).Produced.equals(Object).MapOfProducerProducerT,
or an exception that was thrown during that production.T.Produces bindings to the production component.ProductionComponent or ProductionSubcomponent.Component, Subcomponent,
ProductionComponent, or ProductionSubcomponent.Builder.Produced, whose Produced.get() will return the given value.Copyright © 2016 Google, Inc.. All Rights Reserved.