Uses of Class
dagger.producers.CancellationPolicy.Propagation
-
Packages that use CancellationPolicy.Propagation Package Description dagger.producers This package contains the public API for Dagger 2's producer functionality. -
-
Uses of CancellationPolicy.Propagation in dagger.producers
Methods in dagger.producers that return CancellationPolicy.Propagation Modifier and Type Method Description CancellationPolicy.PropagationfromSubcomponents()Defines whether the annotated production component is cancelled when a child component is cancelled.static CancellationPolicy.PropagationCancellationPolicy.Propagation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CancellationPolicy.Propagation[]CancellationPolicy.Propagation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-