Class FlowableReplay.DefaultUnboundedFactory

  • All Implemented Interfaces:
    Supplier<java.lang.Object>
    Enclosing class:
    FlowableReplay<T>

    static final class FlowableReplay.DefaultUnboundedFactory
    extends java.lang.Object
    implements Supplier<java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object 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

      • DefaultUnboundedFactory

        DefaultUnboundedFactory()
    • Method Detail

      • get

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