Introduce Scroll API.

See: #2151
Original Pull Request: #2787
This commit is contained in:
Mark Paluch
2023-02-27 13:37:06 +01:00
committed by Christoph Strobl
parent a5de842460
commit 035965a3a2
27 changed files with 1280 additions and 134 deletions

View File

@@ -223,7 +223,7 @@ public class CustomCollections {
/**
* Returns whether the current's raw type is one of the given ones.
*
* @param candidates must not be {@literal null}.
* @param type must not be {@literal null}.
* @return
*/
public boolean has(Class<?> type) {