Skip to content

Commit f7e6429

Browse files
eleonoveleonov
authored andcommitted
Generated latest API documentation
1 parent cd7184a commit f7e6429

File tree

90 files changed

+3432
-2757
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+3432
-2757
lines changed

docs/api/latest/software/leonov/common/util/function/CheckedBiConsumer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h2 title="Interface CheckedBiConsumer" class="title">Interface CheckedBiConsume
105105
<hr>
106106
<br>
107107
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a>
108-
public interface <a href="../../../../../src-html/software/leonov/common/util/function/CheckedBiConsumer.html#line.12">CheckedBiConsumer</a>&lt;T,U&gt;</pre>
108+
public interface <a href="../../../../../src-html/software/leonov/common/util/function/CheckedBiConsumer.html#line.27">CheckedBiConsumer</a>&lt;T,U&gt;</pre>
109109
<div class="block">Mirror of the <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/BiConsumer.html?is-external=true" title="class or interface in java.util.function"><code>BiConsumer</code></a> interface whose <code>accept(T, U)</code> method can throw a checked exception.</div>
110110
</li>
111111
</ul>
@@ -168,7 +168,7 @@ <h3>Method Detail</h3>
168168
<ul class="blockList">
169169
<li class="blockList">
170170
<h4>accept</h4>
171-
<pre>void&nbsp;<a href="../../../../../src-html/software/leonov/common/util/function/CheckedBiConsumer.html#line.21">accept</a>(<a href="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">T</a>&nbsp;t,
171+
<pre>void&nbsp;<a href="../../../../../src-html/software/leonov/common/util/function/CheckedBiConsumer.html#line.36">accept</a>(<a href="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">T</a>&nbsp;t,
172172
<a href="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">U</a>&nbsp;u)
173173
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
174174
<div class="block">Performs this operation on the given arguments.</div>
@@ -187,7 +187,7 @@ <h4>accept</h4>
187187
<ul class="blockList">
188188
<li class="blockList">
189189
<h4>andThen</h4>
190-
<pre>default&nbsp;<a href="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="interface in software.leonov.common.util.function">CheckedBiConsumer</a>&lt;<a href="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">T</a>,<a href="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">U</a>&gt;&nbsp;<a href="../../../../../src-html/software/leonov/common/util/function/CheckedBiConsumer.html#line.31">andThen</a>(<a href="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="interface in software.leonov.common.util.function">CheckedBiConsumer</a>&lt;? super <a href="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">T</a>,? super <a href="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">U</a>&gt;&nbsp;after)</pre>
190+
<pre>default&nbsp;<a href="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="interface in software.leonov.common.util.function">CheckedBiConsumer</a>&lt;<a href="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">T</a>,<a href="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">U</a>&gt;&nbsp;<a href="../../../../../src-html/software/leonov/common/util/function/CheckedBiConsumer.html#line.46">andThen</a>(<a href="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="interface in software.leonov.common.util.function">CheckedBiConsumer</a>&lt;? super <a href="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">T</a>,? super <a href="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">U</a>&gt;&nbsp;after)</pre>
191191
<div class="block">Returns a composed consumer that performs, in sequence, this operation followed by the <code>after</code> operation. If
192192
performing either operation throws an exception, it is relayed to the caller of the composed operation. If performing
193193
this operation throws an exception, the <code>after</code> operation will not be performed.</div>
@@ -205,7 +205,7 @@ <h4>andThen</h4>
205205
<ul class="blockListLast">
206206
<li class="blockList">
207207
<h4>evalUnchecked</h4>
208-
<pre>static&nbsp;&lt;T,U&gt;&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/BiConsumer.html?is-external=true" title="class or interface in java.util.function">BiConsumer</a>&lt;T,U&gt;&nbsp;<a href="../../../../../src-html/software/leonov/common/util/function/CheckedBiConsumer.html#line.47">evalUnchecked</a>(<a href="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="interface in software.leonov.common.util.function">CheckedBiConsumer</a>&lt;? super T,? super U&gt;&nbsp;consumer)</pre>
208+
<pre>static&nbsp;&lt;T,U&gt;&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/BiConsumer.html?is-external=true" title="class or interface in java.util.function">BiConsumer</a>&lt;T,U&gt;&nbsp;<a href="../../../../../src-html/software/leonov/common/util/function/CheckedBiConsumer.html#line.62">evalUnchecked</a>(<a href="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="interface in software.leonov.common.util.function">CheckedBiConsumer</a>&lt;? super T,? super U&gt;&nbsp;consumer)</pre>
209209
<div class="block">Returns a <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/BiConsumer.html?is-external=true" title="class or interface in java.util.function"><code>BiConsumer</code></a> which delegates to the underlying <a href="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="interface in software.leonov.common.util.function"><code>CheckedBiConsumer</code></a>,
210210
<code>rethrowing</code> any checked exceptions as if they were unchecked.</div>
211211
<dl>

docs/api/latest/software/leonov/common/util/function/CheckedBiFunction.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h2 title="Interface CheckedBiFunction" class="title">Interface CheckedBiFunctio
109109
<hr>
110110
<br>
111111
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a>
112-
public interface <a href="../../../../../src-html/software/leonov/common/util/function/CheckedBiFunction.html#line.12">CheckedBiFunction</a>&lt;T,U,R&gt;</pre>
112+
public interface <a href="../../../../../src-html/software/leonov/common/util/function/CheckedBiFunction.html#line.27">CheckedBiFunction</a>&lt;T,U,R&gt;</pre>
113113
<div class="block">Mirror of the <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/BiFunction.html?is-external=true" title="class or interface in java.util.function"><code>BiFunction</code></a> interface whose <code>apply(T, U)</code> method can throw a checked exception.</div>
114114
</li>
115115
</ul>
@@ -173,7 +173,7 @@ <h3>Method Detail</h3>
173173
<ul class="blockList">
174174
<li class="blockList">
175175
<h4>apply</h4>
176-
<pre><a href="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">R</a>&nbsp;<a href="../../../../../src-html/software/leonov/common/util/function/CheckedBiFunction.html#line.22">apply</a>(<a href="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">T</a>&nbsp;t,
176+
<pre><a href="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">R</a>&nbsp;<a href="../../../../../src-html/software/leonov/common/util/function/CheckedBiFunction.html#line.37">apply</a>(<a href="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">T</a>&nbsp;t,
177177
<a href="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">U</a>&nbsp;u)
178178
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
179179
<div class="block">Applies this function to the given arguments.</div>
@@ -194,7 +194,7 @@ <h4>apply</h4>
194194
<ul class="blockList">
195195
<li class="blockList">
196196
<h4>andThen</h4>
197-
<pre>default&nbsp;&lt;V&gt;&nbsp;<a href="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="interface in software.leonov.common.util.function">CheckedBiFunction</a>&lt;<a href="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">T</a>,<a href="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">U</a>,V&gt;&nbsp;<a href="../../../../../src-html/software/leonov/common/util/function/CheckedBiFunction.html#line.32">andThen</a>(<a href="../../../../../software/leonov/common/util/function/CheckedFunction.html" title="interface in software.leonov.common.util.function">CheckedFunction</a>&lt;? super <a href="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">R</a>,? extends V&gt;&nbsp;after)</pre>
197+
<pre>default&nbsp;&lt;V&gt;&nbsp;<a href="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="interface in software.leonov.common.util.function">CheckedBiFunction</a>&lt;<a href="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">T</a>,<a href="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">U</a>,V&gt;&nbsp;<a href="../../../../../src-html/software/leonov/common/util/function/CheckedBiFunction.html#line.47">andThen</a>(<a href="../../../../../software/leonov/common/util/function/CheckedFunction.html" title="interface in software.leonov.common.util.function">CheckedFunction</a>&lt;? super <a href="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">R</a>,? extends V&gt;&nbsp;after)</pre>
198198
<div class="block">Returns a composed function that first applies this function to its input, and then applies the <code>after</code>
199199
function to the result. If evaluation of either function throws an exception, it is relayed to the caller of the
200200
composed function.</div>
@@ -212,7 +212,7 @@ <h4>andThen</h4>
212212
<ul class="blockListLast">
213213
<li class="blockList">
214214
<h4>evalUnchecked</h4>
215-
<pre>static&nbsp;&lt;T,U,R&gt;&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/BiFunction.html?is-external=true" title="class or interface in java.util.function">BiFunction</a>&lt;T,U,R&gt;&nbsp;<a href="../../../../../src-html/software/leonov/common/util/function/CheckedBiFunction.html#line.45">evalUnchecked</a>(<a href="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="interface in software.leonov.common.util.function">CheckedBiFunction</a>&lt;? super T,? super U,? extends R&gt;&nbsp;function)</pre>
215+
<pre>static&nbsp;&lt;T,U,R&gt;&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/BiFunction.html?is-external=true" title="class or interface in java.util.function">BiFunction</a>&lt;T,U,R&gt;&nbsp;<a href="../../../../../src-html/software/leonov/common/util/function/CheckedBiFunction.html#line.60">evalUnchecked</a>(<a href="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="interface in software.leonov.common.util.function">CheckedBiFunction</a>&lt;? super T,? super U,? extends R&gt;&nbsp;function)</pre>
216216
<div class="block">Returns a <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/BiFunction.html?is-external=true" title="class or interface in java.util.function"><code>BiFunction</code></a> which delegates to the underlying <a href="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="interface in software.leonov.common.util.function"><code>CheckedBiFunction</code></a>,
217217
<code>rethrowing</code> any checked exceptions as if they were unchecked.</div>
218218
<dl>

0 commit comments

Comments
 (0)