Class FlowableReplay.DefaultUnboundedFactory

java.lang.Object
io.reactivex.rxjava3.internal.operators.flowable.FlowableReplay.DefaultUnboundedFactory
All Implemented Interfaces:
Supplier<Object>
Enclosing class:
FlowableReplay<T>

static final class FlowableReplay.DefaultUnboundedFactory extends Object implements Supplier<Object>
  • Constructor Details

    • DefaultUnboundedFactory

      DefaultUnboundedFactory()
  • Method Details

    • get

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