You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pre><ahref="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 <ahref="../../../../../src-html/software/leonov/common/util/function/CheckedBiConsumer.html#line.12">CheckedBiConsumer</a><T,U></pre>
108
+
public interface <ahref="../../../../../src-html/software/leonov/common/util/function/CheckedBiConsumer.html#line.27">CheckedBiConsumer</a><T,U></pre>
109
109
<divclass="block">Mirror of the <ahref="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>
110
110
</li>
111
111
</ul>
@@ -168,7 +168,7 @@ <h3>Method Detail</h3>
168
168
<ulclass="blockList">
169
169
<liclass="blockList">
170
170
<h4>accept</h4>
171
-
<pre>void <ahref="../../../../../src-html/software/leonov/common/util/function/CheckedBiConsumer.html#line.21">accept</a>(<ahref="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">T</a> t,
171
+
<pre>void <ahref="../../../../../src-html/software/leonov/common/util/function/CheckedBiConsumer.html#line.36">accept</a>(<ahref="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">T</a> t,
172
172
<ahref="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">U</a> u)
173
173
throws <ahref="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>
174
174
<divclass="block">Performs this operation on the given arguments.</div>
@@ -187,7 +187,7 @@ <h4>accept</h4>
187
187
<ulclass="blockList">
188
188
<liclass="blockList">
189
189
<h4>andThen</h4>
190
-
<pre>default <ahref="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="interface in software.leonov.common.util.function">CheckedBiConsumer</a><<ahref="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">T</a>,<ahref="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">U</a>> <ahref="../../../../../src-html/software/leonov/common/util/function/CheckedBiConsumer.html#line.31">andThen</a>(<ahref="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="interface in software.leonov.common.util.function">CheckedBiConsumer</a><? super <ahref="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">T</a>,? super <ahref="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">U</a>> after)</pre>
190
+
<pre>default <ahref="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="interface in software.leonov.common.util.function">CheckedBiConsumer</a><<ahref="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">T</a>,<ahref="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">U</a>> <ahref="../../../../../src-html/software/leonov/common/util/function/CheckedBiConsumer.html#line.46">andThen</a>(<ahref="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="interface in software.leonov.common.util.function">CheckedBiConsumer</a><? super <ahref="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">T</a>,? super <ahref="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="type parameter in CheckedBiConsumer">U</a>> after)</pre>
191
191
<divclass="block">Returns a composed consumer that performs, in sequence, this operation followed by the <code>after</code> operation. If
192
192
performing either operation throws an exception, it is relayed to the caller of the composed operation. If performing
193
193
this operation throws an exception, the <code>after</code> operation will not be performed.</div>
@@ -205,7 +205,7 @@ <h4>andThen</h4>
205
205
<ulclass="blockListLast">
206
206
<liclass="blockList">
207
207
<h4>evalUnchecked</h4>
208
-
<pre>static <T,U> <ahref="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><T,U> <ahref="../../../../../src-html/software/leonov/common/util/function/CheckedBiConsumer.html#line.47">evalUnchecked</a>(<ahref="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="interface in software.leonov.common.util.function">CheckedBiConsumer</a><? super T,? super U> consumer)</pre>
208
+
<pre>static <T,U> <ahref="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><T,U> <ahref="../../../../../src-html/software/leonov/common/util/function/CheckedBiConsumer.html#line.62">evalUnchecked</a>(<ahref="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="interface in software.leonov.common.util.function">CheckedBiConsumer</a><? super T,? super U> consumer)</pre>
209
209
<divclass="block">Returns a <ahref="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 <ahref="../../../../../software/leonov/common/util/function/CheckedBiConsumer.html" title="interface in software.leonov.common.util.function"><code>CheckedBiConsumer</code></a>,
210
210
<code>rethrowing</code> any checked exceptions as if they were unchecked.</div>
<pre><ahref="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 <ahref="../../../../../src-html/software/leonov/common/util/function/CheckedBiFunction.html#line.12">CheckedBiFunction</a><T,U,R></pre>
112
+
public interface <ahref="../../../../../src-html/software/leonov/common/util/function/CheckedBiFunction.html#line.27">CheckedBiFunction</a><T,U,R></pre>
113
113
<divclass="block">Mirror of the <ahref="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>
114
114
</li>
115
115
</ul>
@@ -173,7 +173,7 @@ <h3>Method Detail</h3>
173
173
<ulclass="blockList">
174
174
<liclass="blockList">
175
175
<h4>apply</h4>
176
-
<pre><ahref="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">R</a> <ahref="../../../../../src-html/software/leonov/common/util/function/CheckedBiFunction.html#line.22">apply</a>(<ahref="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">T</a> t,
176
+
<pre><ahref="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">R</a> <ahref="../../../../../src-html/software/leonov/common/util/function/CheckedBiFunction.html#line.37">apply</a>(<ahref="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">T</a> t,
177
177
<ahref="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">U</a> u)
178
178
throws <ahref="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>
179
179
<divclass="block">Applies this function to the given arguments.</div>
@@ -194,7 +194,7 @@ <h4>apply</h4>
194
194
<ulclass="blockList">
195
195
<liclass="blockList">
196
196
<h4>andThen</h4>
197
-
<pre>default <V> <ahref="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="interface in software.leonov.common.util.function">CheckedBiFunction</a><<ahref="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">T</a>,<ahref="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">U</a>,V> <ahref="../../../../../src-html/software/leonov/common/util/function/CheckedBiFunction.html#line.32">andThen</a>(<ahref="../../../../../software/leonov/common/util/function/CheckedFunction.html" title="interface in software.leonov.common.util.function">CheckedFunction</a><? super <ahref="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">R</a>,? extends V> after)</pre>
197
+
<pre>default <V> <ahref="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="interface in software.leonov.common.util.function">CheckedBiFunction</a><<ahref="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">T</a>,<ahref="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">U</a>,V> <ahref="../../../../../src-html/software/leonov/common/util/function/CheckedBiFunction.html#line.47">andThen</a>(<ahref="../../../../../software/leonov/common/util/function/CheckedFunction.html" title="interface in software.leonov.common.util.function">CheckedFunction</a><? super <ahref="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="type parameter in CheckedBiFunction">R</a>,? extends V> after)</pre>
198
198
<divclass="block">Returns a composed function that first applies this function to its input, and then applies the <code>after</code>
199
199
function to the result. If evaluation of either function throws an exception, it is relayed to the caller of the
200
200
composed function.</div>
@@ -212,7 +212,7 @@ <h4>andThen</h4>
212
212
<ulclass="blockListLast">
213
213
<liclass="blockList">
214
214
<h4>evalUnchecked</h4>
215
-
<pre>static <T,U,R> <ahref="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><T,U,R> <ahref="../../../../../src-html/software/leonov/common/util/function/CheckedBiFunction.html#line.45">evalUnchecked</a>(<ahref="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="interface in software.leonov.common.util.function">CheckedBiFunction</a><? super T,? super U,? extends R> function)</pre>
215
+
<pre>static <T,U,R> <ahref="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><T,U,R> <ahref="../../../../../src-html/software/leonov/common/util/function/CheckedBiFunction.html#line.60">evalUnchecked</a>(<ahref="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="interface in software.leonov.common.util.function">CheckedBiFunction</a><? super T,? super U,? extends R> function)</pre>
216
216
<divclass="block">Returns a <ahref="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 <ahref="../../../../../software/leonov/common/util/function/CheckedBiFunction.html" title="interface in software.leonov.common.util.function"><code>CheckedBiFunction</code></a>,
217
217
<code>rethrowing</code> any checked exceptions as if they were unchecked.</div>
0 commit comments