| Package | Description | 
|---|---|
| dagger.producers | This package contains the public API for Dagger 2's producer functionality. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> Produced<T> | Produced. failed(Throwable throwable) | 
| static <T> Produced<T> | Produced. successful(T value)Returns a successful  Produced, whoseget()will return the given value. | 
Copyright © 2012–2017 The Dagger Authors. All rights reserved.