javadocs fixed

pull/4640/merge
Nikita Koksharov 2 years ago
parent 3dbe5f90f3
commit 4eef47dc1d

@ -328,6 +328,8 @@ public interface RSet<V> extends Set<V>, RExpirable, RSetAsync<V>, RSortable<Set
/**
* Check if each element is contained in the specified collection.
* Returns contained elements.
* <p>
* Requires <b>Redis 6.2.0 and higher.</b>
*
* @param c - collection to check
* @return contained elements

@ -183,6 +183,8 @@ public interface RSetAsync<V> extends RCollectionAsync<V>, RSortableAsync<Set<V>
/**
* Check if each element is contained in the specified collection.
* Returns contained elements.
* <p>
* Requires <b>Redis 6.2.0 and higher.</b>
*
* @param c - collection to check
* @return contained elements

@ -252,6 +252,8 @@ public interface RSetReactive<V> extends RCollectionReactive<V>, RSortableReacti
/**
* Check if each element is contained in the specified collection.
* Returns contained elements.
* <p>
* Requires <b>Redis 6.2.0 and higher.</b>
*
* @param c - collection to check
* @return contained elements

@ -254,6 +254,8 @@ public interface RSetRx<V> extends RCollectionRx<V>, RSortableRx<Set<V>> {
/**
* Check if each element is contained in the specified collection.
* Returns contained elements.
* <p>
* Requires <b>Redis 6.2.0 and higher.</b>
*
* @param c - collection to check
* @return contained elements

Loading…
Cancel
Save