Use single.

Signed-off-by: Johno Crawford <johno.crawford@gmail.com>
pull/2982/head
Johno Crawford 5 years ago
parent 69887976e0
commit 9228b393f2
No known key found for this signature in database
GPG Key ID: 747B819B88FCAB8A

@ -243,7 +243,7 @@ public interface RScoredSortedSetRx<V> extends RExpirableRx, RSortableRx<Set<V>>
* @param elements - elements
* @return element scores
*/
Maybe<List<Double>> getAllScore(Collection<V> elements);
Single<List<Double>> getAllScore(Collection<V> elements);
/**
* Adds element to this set, overrides previous score if it has been already added.

Loading…
Cancel
Save