Skip to content

Commit

Permalink
Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
copybara-service[bot] committed Dec 27, 2024
1 parent fb2f80b commit 8a6cb7f
Show file tree
Hide file tree
Showing 38 changed files with 12,724 additions and 12,830 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h2 title="Interface Streams.DoubleFunctionWithIndex" class="title">Interface St
<dd><a href="Streams.html" title="class in com.google.common.collect">Streams</a></dd>
</dl>
<hr>
<pre>public static interface <a href="../../../../src-html/com/google/common/collect/Streams.html#line.858">Streams.DoubleFunctionWithIndex</a>&lt;R extends @Nullable <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&gt;</pre>
<pre>public static interface <a href="../../../../src-html/com/google/common/collect/Streams.html#line.848">Streams.DoubleFunctionWithIndex</a>&lt;R extends @Nullable <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&gt;</pre>
<div class="block">An analogue of <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java/util/function/DoubleFunction.html?is-external=true" title="class or interface in java.util.function" class="externalLink"><code>DoubleFunction</code></a> also accepting an index.

<p>This interface is only intended for use by callers of <a href="Streams.html#mapWithIndex(java.util.stream.DoubleStream,com.google.common.collect.Streams.DoubleFunctionWithIndex)"><code>Streams.mapWithIndex(DoubleStream,
Expand Down Expand Up @@ -188,7 +188,7 @@ <h3>Method Detail</h3>
<ul class="blockListLast">
<li class="blockList">
<h4>apply</h4>
<pre class="methodSignature"><a href="Streams.DoubleFunctionWithIndex.html" title="type parameter in Streams.DoubleFunctionWithIndex">R</a>&nbsp;<a href="../../../../src-html/com/google/common/collect/Streams.DoubleFunctionWithIndex.html#line.860">apply</a>&#8203;(double&nbsp;from,
<pre class="methodSignature"><a href="Streams.DoubleFunctionWithIndex.html" title="type parameter in Streams.DoubleFunctionWithIndex">R</a>&nbsp;<a href="../../../../src-html/com/google/common/collect/Streams.DoubleFunctionWithIndex.html#line.850">apply</a>&#8203;(double&nbsp;from,
long&nbsp;index)</pre>
<div class="block">Applies this function to the given argument and its index within a stream.</div>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h2 title="Interface Streams.FunctionWithIndex" class="title">Interface Streams.
<dd><a href="Streams.html" title="class in com.google.common.collect">Streams</a></dd>
</dl>
<hr>
<pre>public static interface <a href="../../../../src-html/com/google/common/collect/Streams.html#line.770">Streams.FunctionWithIndex</a>&lt;T extends @Nullable <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>,&#8203;R extends @Nullable <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&gt;</pre>
<pre>public static interface <a href="../../../../src-html/com/google/common/collect/Streams.html#line.760">Streams.FunctionWithIndex</a>&lt;T extends @Nullable <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>,&#8203;R extends @Nullable <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&gt;</pre>
<div class="block">An analogue of <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function" class="externalLink"><code>Function</code></a> also accepting an index.

<p>This interface is only intended for use by callers of <a href="Streams.html#mapWithIndex(java.util.stream.Stream,com.google.common.collect.Streams.FunctionWithIndex)"><code>Streams.mapWithIndex(Stream,
Expand Down Expand Up @@ -190,7 +190,7 @@ <h3>Method Detail</h3>
<ul class="blockListLast">
<li class="blockList">
<h4>apply</h4>
<pre class="methodSignature"><a href="Streams.FunctionWithIndex.html" title="type parameter in Streams.FunctionWithIndex">R</a>&nbsp;<a href="../../../../src-html/com/google/common/collect/Streams.FunctionWithIndex.html#line.772">apply</a>&#8203;(<a href="Streams.FunctionWithIndex.html" title="type parameter in Streams.FunctionWithIndex">T</a>&nbsp;from,
<pre class="methodSignature"><a href="Streams.FunctionWithIndex.html" title="type parameter in Streams.FunctionWithIndex">R</a>&nbsp;<a href="../../../../src-html/com/google/common/collect/Streams.FunctionWithIndex.html#line.762">apply</a>&#8203;(<a href="Streams.FunctionWithIndex.html" title="type parameter in Streams.FunctionWithIndex">T</a>&nbsp;from,
long&nbsp;index)</pre>
<div class="block">Applies this function to the given argument and its index within a stream.</div>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h2 title="Interface Streams.IntFunctionWithIndex" class="title">Interface Strea
<dd><a href="Streams.html" title="class in com.google.common.collect">Streams</a></dd>
</dl>
<hr>
<pre>public static interface <a href="../../../../src-html/com/google/common/collect/Streams.html#line.830">Streams.IntFunctionWithIndex</a>&lt;R extends @Nullable <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&gt;</pre>
<pre>public static interface <a href="../../../../src-html/com/google/common/collect/Streams.html#line.820">Streams.IntFunctionWithIndex</a>&lt;R extends @Nullable <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&gt;</pre>
<div class="block">An analogue of <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java/util/function/IntFunction.html?is-external=true" title="class or interface in java.util.function" class="externalLink"><code>IntFunction</code></a> also accepting an index.

<p>This interface is only intended for use by callers of <a href="Streams.html#mapWithIndex(java.util.stream.IntStream,com.google.common.collect.Streams.IntFunctionWithIndex)"><code>Streams.mapWithIndex(IntStream,
Expand Down Expand Up @@ -188,7 +188,7 @@ <h3>Method Detail</h3>
<ul class="blockListLast">
<li class="blockList">
<h4>apply</h4>
<pre class="methodSignature"><a href="Streams.IntFunctionWithIndex.html" title="type parameter in Streams.IntFunctionWithIndex">R</a>&nbsp;<a href="../../../../src-html/com/google/common/collect/Streams.IntFunctionWithIndex.html#line.832">apply</a>&#8203;(int&nbsp;from,
<pre class="methodSignature"><a href="Streams.IntFunctionWithIndex.html" title="type parameter in Streams.IntFunctionWithIndex">R</a>&nbsp;<a href="../../../../src-html/com/google/common/collect/Streams.IntFunctionWithIndex.html#line.822">apply</a>&#8203;(int&nbsp;from,
long&nbsp;index)</pre>
<div class="block">Applies this function to the given argument and its index within a stream.</div>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h2 title="Interface Streams.LongFunctionWithIndex" class="title">Interface Stre
<dd><a href="Streams.html" title="class in com.google.common.collect">Streams</a></dd>
</dl>
<hr>
<pre>public static interface <a href="../../../../src-html/com/google/common/collect/Streams.html#line.844">Streams.LongFunctionWithIndex</a>&lt;R extends @Nullable <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&gt;</pre>
<pre>public static interface <a href="../../../../src-html/com/google/common/collect/Streams.html#line.834">Streams.LongFunctionWithIndex</a>&lt;R extends @Nullable <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&gt;</pre>
<div class="block">An analogue of <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java/util/function/LongFunction.html?is-external=true" title="class or interface in java.util.function" class="externalLink"><code>LongFunction</code></a> also accepting an index.

<p>This interface is only intended for use by callers of <a href="Streams.html#mapWithIndex(java.util.stream.LongStream,com.google.common.collect.Streams.LongFunctionWithIndex)"><code>Streams.mapWithIndex(LongStream,
Expand Down Expand Up @@ -188,7 +188,7 @@ <h3>Method Detail</h3>
<ul class="blockListLast">
<li class="blockList">
<h4>apply</h4>
<pre class="methodSignature"><a href="Streams.LongFunctionWithIndex.html" title="type parameter in Streams.LongFunctionWithIndex">R</a>&nbsp;<a href="../../../../src-html/com/google/common/collect/Streams.LongFunctionWithIndex.html#line.846">apply</a>&#8203;(long&nbsp;from,
<pre class="methodSignature"><a href="Streams.LongFunctionWithIndex.html" title="type parameter in Streams.LongFunctionWithIndex">R</a>&nbsp;<a href="../../../../src-html/com/google/common/collect/Streams.LongFunctionWithIndex.html#line.836">apply</a>&#8203;(long&nbsp;from,
long&nbsp;index)</pre>
<div class="block">Applies this function to the given argument and its index within a stream.</div>
</li>
Expand Down
Loading

0 comments on commit 8a6cb7f

Please sign in to comment.