Class FlowableInternalHelper.ReplaySupplier<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Flowable<T> parent  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ConnectableFlowable<T> get()
      Produces a value or throws an exception.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReplaySupplier

        ReplaySupplier​(Flowable<T> parent)
    • Method Detail

      • get

        public ConnectableFlowable<T> get()
        Description copied from interface: Supplier
        Produces a value or throws an exception.
        Specified by:
        get in interface Supplier<T>
        Returns:
        the value produced