Skip to content

Commit

Permalink
Updating auto-generated files from CI [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Jun 29, 2024
1 parent 280ba79 commit 051eb80
Show file tree
Hide file tree
Showing 288 changed files with 2,065 additions and 722 deletions.
43 changes: 31 additions & 12 deletions docs/javadocs/jutils/allclasses-index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri Jun 07 13:16:38 UTC 2024 -->
<!-- Generated by javadoc (17) on Sat Jun 29 23:50:43 UTC 2024 -->
<title>All Classes and Interfaces (JUtils - Miscellanea of Java Utils 14.1-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-06-07">
<meta name="dc.created" content="2024-06-29">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down Expand Up @@ -111,12 +111,14 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
<div class="block">Simulates the old <code>finalize()</code> method in Java >= 9.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="uk/ac/ebi/utils/threading/batchproc/processors/CollectionBasedBatchProcessor.html" title="class in uk.ac.ebi.utils.threading.batchproc.processors">CollectionBasedBatchProcessor</a>&lt;<a href="uk/ac/ebi/utils/threading/batchproc/processors/CollectionBasedBatchProcessor.html" title="type parameter in CollectionBasedBatchProcessor">E</a>,<wbr><a href="uk/ac/ebi/utils/threading/batchproc/processors/CollectionBasedBatchProcessor.html" title="type parameter in CollectionBasedBatchProcessor">B</a> extends <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a>&lt;<a href="uk/ac/ebi/utils/threading/batchproc/processors/CollectionBasedBatchProcessor.html" title="type parameter in CollectionBasedBatchProcessor">E</a>&gt;,<wbr><a href="uk/ac/ebi/utils/threading/batchproc/processors/CollectionBasedBatchProcessor.html" title="type parameter in CollectionBasedBatchProcessor">BC</a> extends <a href="uk/ac/ebi/utils/threading/batchproc/collectors/CollectionBatchCollector.html" title="class in uk.ac.ebi.utils.threading.batchproc.collectors">CollectionBatchCollector</a>&lt;<a href="uk/ac/ebi/utils/threading/batchproc/processors/CollectionBasedBatchProcessor.html" title="type parameter in CollectionBasedBatchProcessor">B</a>,<wbr><a href="uk/ac/ebi/utils/threading/batchproc/processors/CollectionBasedBatchProcessor.html" title="type parameter in CollectionBasedBatchProcessor">E</a>&gt;,<wbr><a href="uk/ac/ebi/utils/threading/batchproc/processors/CollectionBasedBatchProcessor.html" title="type parameter in CollectionBasedBatchProcessor">BJ</a> extends <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/function/Consumer.html" title="class or interface in java.util.function" class="external-link">Consumer</a>&lt;<a href="uk/ac/ebi/utils/threading/batchproc/processors/CollectionBasedBatchProcessor.html" title="type parameter in CollectionBasedBatchProcessor">B</a>&gt;&gt;</div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">An <a href="uk/ac/ebi/utils/threading/batchproc/ItemizedBatchProcessor.html" title="class in uk.ac.ebi.utils.threading.batchproc"><code>item-based batch processor</code></a> that is based on Java collection batches.</div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">Deprecated.
<div class="deprecation-comment">the functionality available in this package is provided by project
Reactor and we recommend to switch to that.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="uk/ac/ebi/utils/threading/batchproc/collectors/CollectionBatchCollector.html" title="class in uk.ac.ebi.utils.threading.batchproc.collectors">CollectionBatchCollector</a>&lt;<a href="uk/ac/ebi/utils/threading/batchproc/collectors/CollectionBatchCollector.html" title="type parameter in CollectionBatchCollector">C</a> extends <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a>&lt;<a href="uk/ac/ebi/utils/threading/batchproc/collectors/CollectionBatchCollector.html" title="type parameter in CollectionBatchCollector">E</a>&gt;,<wbr><a href="uk/ac/ebi/utils/threading/batchproc/collectors/CollectionBatchCollector.html" title="type parameter in CollectionBatchCollector">E</a>&gt;</div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Collectors of this type are dedicated to <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link"><code>Java collections</code></a>.</div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">Deprecated.
<div class="deprecation-comment">the functionality available in this package is provided by project
Reactor and we recommend to switch to that.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="uk/ac/ebi/utils/collections/CollectionsUtils.html" title="class in uk.ac.ebi.utils.collections">CollectionsUtils</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
Expand Down Expand Up @@ -197,10 +199,14 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
<div class="block">Utilities for functional programming and lambda syntax.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="uk/ac/ebi/utils/threading/batchproc/processors/ListBasedBatchProcessor.html" title="class in uk.ac.ebi.utils.threading.batchproc.processors">ListBasedBatchProcessor</a>&lt;<a href="uk/ac/ebi/utils/threading/batchproc/processors/ListBasedBatchProcessor.html" title="type parameter in ListBasedBatchProcessor">E</a>,<wbr><a href="uk/ac/ebi/utils/threading/batchproc/processors/ListBasedBatchProcessor.html" title="type parameter in ListBasedBatchProcessor">BJ</a> extends <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/function/Consumer.html" title="class or interface in java.util.function" class="external-link">Consumer</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="uk/ac/ebi/utils/threading/batchproc/processors/ListBasedBatchProcessor.html" title="type parameter in ListBasedBatchProcessor">E</a>&gt;&gt;&gt;</div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">Deprecated.
<div class="deprecation-comment">the functionality available in this package is provided by project
Reactor and we recommend to switch to that.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="uk/ac/ebi/utils/threading/batchproc/collectors/ListBatchCollector.html" title="class in uk.ac.ebi.utils.threading.batchproc.collectors">ListBatchCollector</a>&lt;<a href="uk/ac/ebi/utils/threading/batchproc/collectors/ListBatchCollector.html" title="type parameter in ListBatchCollector">E</a>&gt;</div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Uses <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/ArrayList.html" title="class or interface in java.util" class="external-link"><code>ArrayList</code></a> as default and the default max size provided by <a href="uk/ac/ebi/utils/threading/batchproc/AbstractSizedBatchCollector.html" title="class in uk.ac.ebi.utils.threading.batchproc"><code>AbstractSizedBatchCollector</code></a>.</div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">Deprecated.
<div class="deprecation-comment">the functionality available in this package is provided by project
Reactor and we recommend to switch to that.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="uk/ac/ebi/utils/collections/ListUtils.html" title="class in uk.ac.ebi.utils.collections">ListUtils</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
Expand Down Expand Up @@ -258,6 +264,15 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">A rate limiting executor, based on <code>RateLimiter</code>.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="uk/ac/ebi/utils/opt/runcontrol/ReactorUtils.html" title="class in uk.ac.ebi.utils.opt.runcontrol">ReactorUtils</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Utilities based on the Project Reactor library.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="uk/ac/ebi/utils/opt/runcontrol/ReactorUtils.ParallelBatchFluxBuilder.html" title="class in uk.ac.ebi.utils.opt.runcontrol">ReactorUtils.ParallelBatchFluxBuilder</a>&lt;<a href="uk/ac/ebi/utils/opt/runcontrol/ReactorUtils.ParallelBatchFluxBuilder.html" title="type parameter in ReactorUtils.ParallelBatchFluxBuilder">T</a>,<wbr><a href="uk/ac/ebi/utils/opt/runcontrol/ReactorUtils.ParallelBatchFluxBuilder.html" title="type parameter in ReactorUtils.ParallelBatchFluxBuilder">B</a> extends <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a>&lt;<a href="uk/ac/ebi/utils/opt/runcontrol/ReactorUtils.ParallelBatchFluxBuilder.html" title="type parameter in ReactorUtils.ParallelBatchFluxBuilder">T</a>&gt;&gt;</div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Little helper to build a common <code>ParallelFlux</code> to process a source of items
in parallel batches.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="uk/ac/ebi/utils/reflection/ReflectionUtils.html" title="class in uk.ac.ebi.utils.reflection">ReflectionUtils</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Jan 15, 2008</div>
Expand All @@ -280,10 +295,14 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
<div class="block">Utilities about the HTTP protocol and the respective Java packages.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="uk/ac/ebi/utils/threading/batchproc/processors/SetBasedBatchProcessor.html" title="class in uk.ac.ebi.utils.threading.batchproc.processors">SetBasedBatchProcessor</a>&lt;<a href="uk/ac/ebi/utils/threading/batchproc/processors/SetBasedBatchProcessor.html" title="type parameter in SetBasedBatchProcessor">E</a>,<wbr><a href="uk/ac/ebi/utils/threading/batchproc/processors/SetBasedBatchProcessor.html" title="type parameter in SetBasedBatchProcessor">BJ</a> extends <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/function/Consumer.html" title="class or interface in java.util.function" class="external-link">Consumer</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Set.html" title="class or interface in java.util" class="external-link">Set</a>&lt;<a href="uk/ac/ebi/utils/threading/batchproc/processors/SetBasedBatchProcessor.html" title="type parameter in SetBasedBatchProcessor">E</a>&gt;&gt;&gt;</div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">Deprecated.
<div class="deprecation-comment">the functionality available in this package is provided by project
Reactor and we recommend to switch to that.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="uk/ac/ebi/utils/threading/batchproc/collectors/SetBatchCollector.html" title="class in uk.ac.ebi.utils.threading.batchproc.collectors">SetBatchCollector</a>&lt;<a href="uk/ac/ebi/utils/threading/batchproc/collectors/SetBatchCollector.html" title="type parameter in SetBatchCollector">E</a>&gt;</div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Uses <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/HashSet.html" title="class or interface in java.util" class="external-link"><code>HashSet</code></a> as default and the default max size provided by <a href="uk/ac/ebi/utils/threading/batchproc/AbstractSizedBatchCollector.html" title="class in uk.ac.ebi.utils.threading.batchproc"><code>AbstractSizedBatchCollector</code></a>.</div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">Deprecated.
<div class="deprecation-comment">the functionality available in this package is provided by project
Reactor and we recommend to switch to that.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="uk/ac/ebi/utils/threading/batchproc/SizedBatchCollector.html" title="interface in uk.ac.ebi.utils.threading.batchproc">SizedBatchCollector</a>&lt;<a href="uk/ac/ebi/utils/threading/batchproc/SizedBatchCollector.html" title="type parameter in SizedBatchCollector">B</a>&gt;</div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">Deprecated.
Expand Down
Loading

0 comments on commit 051eb80

Please sign in to comment.