| Class | Description |
|---|---|
| AbstractProducer<T> |
An abstract
Producer implementation that memoizes the result of its compute method. |
| MapOfProducedProducer<K,V> | |
| MapOfProducerProducer<K,V> | |
| MapOfProducerProducer.Builder<K,V> |
A builder to help build the
MapOfProducerProducer |
| MapProducer<K,V> | |
| Producers |
Utility methods for use in generated producer code.
|
| SetOfProducedProducer<T> | |
| SetOfProducedProducer.Builder<T> |
A builder to accumulate
Producer<T> and Producer<Collection<T>> instances. |
| SetProducer<T> | |
| SetProducer.Builder<T> |
A builder to accumulate
Producer<T> and Producer<Collection<T>> instances. |
| Annotation Type | Description |
|---|---|
| ProductionImplementation |
Qualifies a type that will be used as an internal implementation detail in the framework.
|
Copyright © 2016 Google, Inc.. All rights reserved.