Package 

Class BranchOnSeparateImagesProducer

  • All Implemented Interfaces:
    com.facebook.imagepipeline.producers.Producer

    
    public class BranchOnSeparateImagesProducer
     implements Producer<EncodedImage>
                        

    Producer that coordinates fetching two separate images.

    The first producer is kicked off, and once it has returned all its results, the second producer is kicked off if necessary.

    • Method Summary

      Modifier and Type Method Description
      void produceResults(Consumer<EncodedImage> consumer, ProducerContext context)
      • Methods inherited from class com.facebook.imagepipeline.producers.Producer

        produceResults
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait