Interface RLexSortedSetRx

    • Method Detail

      • removeRange

        io.reactivex.Flowable<Integer> removeRange​(String fromElement,
                                                   boolean fromInclusive,
                                                   String toElement,
                                                   boolean toInclusive)
      • removeRangeTail

        io.reactivex.Flowable<Integer> removeRangeTail​(String fromElement,
                                                       boolean fromInclusive)
      • removeRangeHead

        io.reactivex.Flowable<Integer> removeRangeHead​(String toElement,
                                                       boolean toInclusive)
      • countTail

        io.reactivex.Flowable<Integer> countTail​(String fromElement,
                                                 boolean fromInclusive)
      • countHead

        io.reactivex.Flowable<Integer> countHead​(String toElement,
                                                 boolean toInclusive)
      • rangeTail

        io.reactivex.Flowable<Collection<String>> rangeTail​(String fromElement,
                                                            boolean fromInclusive)
      • range

        io.reactivex.Flowable<Collection<String>> range​(String fromElement,
                                                        boolean fromInclusive,
                                                        String toElement,
                                                        boolean toInclusive)
      • rangeTail

        io.reactivex.Flowable<Collection<String>> rangeTail​(String fromElement,
                                                            boolean fromInclusive,
                                                            int offset,
                                                            int count)
      • rangeHead

        io.reactivex.Flowable<Collection<String>> rangeHead​(String toElement,
                                                            boolean toInclusive,
                                                            int offset,
                                                            int count)
      • range

        io.reactivex.Flowable<Collection<String>> range​(String fromElement,
                                                        boolean fromInclusive,
                                                        String toElement,
                                                        boolean toInclusive,
                                                        int offset,
                                                        int count)
      • count

        io.reactivex.Flowable<Integer> count​(String fromElement,
                                             boolean fromInclusive,
                                             String toElement,
                                             boolean toInclusive)