| Package | Description |
|---|---|
| dagger.producers.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProducer<T>
An abstract
Producer implementation that memoizes the result of its compute method. |
class |
SetProducer<T>
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Producer<Set<T>> |
SetProducer.create(Producer<Set<T>>... producers)
|
static <T> Producer<T> |
Producers.producerFromProvider(javax.inject.Provider<T> provider)
Returns a producer that immediately executes the binding logic for the given provider every
time it is called.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Producer<Set<T>> |
SetProducer.create(Producer<Set<T>>... producers)
|
Copyright © 2015 Google, Inc.. All Rights Reserved.