Class SetRxIterator<V>

  • Type Parameters:
    V - value type

    public abstract class SetRxIterator<V>
    extends Object
    Author:
    Nikita Koksharov
    • Constructor Detail

      • SetRxIterator

        public SetRxIterator()
    • Method Detail

      • create

        public io.reactivex.rxjava3.core.Flowable<V> create()
      • tryAgain

        protected boolean tryAgain()