Uses of Interface
dagger.producers.Producer
Package
Description
This package contains the public API for Dagger 2's producer functionality.
-
Uses of Producer in dagger.producers
Modifier and TypeMethodDescriptionstatic <T> Producer<T>
Producers.immediateFailedProducer
(Throwable throwable) Returns a producer that fails with the given exception.static <T> Producer<T>
Producers.immediateProducer
(T value) Returns a producer that succeeds with the given value.