Class RedissonScoredSortedSetReactive<V>

  • Type Parameters:
    V - value type

    public class RedissonScoredSortedSetReactive<V>
    extends 
    Author:
    Nikita Koksharov
    • Constructor Detail

      • RedissonScoredSortedSetReactive

        public RedissonScoredSortedSetReactive​(CommandReactiveExecutor commandExecutor,
                                                name)
      • RedissonScoredSortedSetReactive

        public RedissonScoredSortedSetReactive​(Codec codec,
                                               CommandReactiveExecutor commandExecutor,
                                                name)
    • Method Detail

      • takeFirstElements

        public reactor.core.publisher.Flux<V> takeFirstElements()
      • takeLastElements

        public reactor.core.publisher.Flux<V> takeLastElements()
      • getName

        public  getName()
      • iterator

        public reactor.core.publisher.Flux<V> iterator()
      • iterator

        public reactor.core.publisher.Flux< pattern)
      • iterator

        public reactor.core.publisher.Flux<V> iterator​(int count)
      • iterator

        public reactor.core.publisher.Flux< pattern,
                                                       int count)