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
<li><ahref="../../../../../com/jnape/palatable/lambda/adt/Either.html" title="class in com.jnape.palatable.lambda.adt"><spanclass="typeNameLink">Prev Class</span></a></li>
53
-
<li>Next Class</li>
53
+
<li><ahref="../../../../../com/jnape/palatable/lambda/adt/These.html" title="class in com.jnape.palatable.lambda.adt"><spanclass="typeNameLink">Next Class</span></a></li>
<tdclass="colFirst"><code>abstract <B,App extends <ahref="../../../../../com/jnape/palatable/lambda/functor/Applicative.html" title="interface in com.jnape.palatable.lambda.functor">Applicative</a>><br><ahref="../../../../../com/jnape/palatable/lambda/functor/Applicative.html" title="interface in com.jnape.palatable.lambda.functor">Applicative</a><<ahref="../../../../../com/jnape/palatable/lambda/adt/Maybe.html" title="class in com.jnape.palatable.lambda.adt">Maybe</a><B>,App></code></td>
253
-
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../../com/jnape/palatable/lambda/adt/Maybe.html#traverse-java.util.function.Function-java.util.function.Function-">traverse</a></span>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a><? super <ahref="../../../../../com/jnape/palatable/lambda/adt/Maybe.html" title="type parameter in Maybe">A</a>,? extends <ahref="../../../../../com/jnape/palatable/lambda/functor/Applicative.html" title="interface in com.jnape.palatable.lambda.functor">Applicative</a><B,App>> fn,
254
-
<ahref="https://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a><? super <ahref="../../../../../com/jnape/palatable/lambda/traversable/Traversable.html" title="interface in com.jnape.palatable.lambda.traversable">Traversable</a><B,<ahref="../../../../../com/jnape/palatable/lambda/adt/Maybe.html" title="class in com.jnape.palatable.lambda.adt">Maybe</a>>,? extends <ahref="../../../../../com/jnape/palatable/lambda/functor/Applicative.html" title="interface in com.jnape.palatable.lambda.functor">Applicative</a><? extends <ahref="../../../../../com/jnape/palatable/lambda/traversable/Traversable.html" title="interface in com.jnape.palatable.lambda.traversable">Traversable</a><B,<ahref="../../../../../com/jnape/palatable/lambda/adt/Maybe.html" title="class in com.jnape.palatable.lambda.adt">Maybe</a>>,App>> pure)</code>
255
-
<divclass="block">Apply <code>fn</code> to each element of this traversable from left to right, and collapse the results into
256
-
a single resulting applicative, potentially with the assistance of the applicative's pure function.</div>
257
-
</td>
258
-
</tr>
259
-
<trid="i18" class="altColor">
260
252
<tdclass="colFirst"><code><B> <ahref="../../../../../com/jnape/palatable/lambda/adt/Maybe.html" title="class in com.jnape.palatable.lambda.adt">Maybe</a><B></code></td>
261
253
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../../com/jnape/palatable/lambda/adt/Maybe.html#zip-com.jnape.palatable.lambda.functor.Applicative-">zip</a></span>(<ahref="../../../../../com/jnape/palatable/lambda/functor/Applicative.html" title="interface in com.jnape.palatable.lambda.functor">Applicative</a><<ahref="https://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a><? super <ahref="../../../../../com/jnape/palatable/lambda/adt/Maybe.html" title="type parameter in Maybe">A</a>,? extends B>,<ahref="../../../../../com/jnape/palatable/lambda/adt/Maybe.html" title="class in com.jnape.palatable.lambda.adt">Maybe</a>> appFn)</code>
262
254
<divclass="block">Given another instance of this applicative over a mapping function, "zip" the two instances together using
@@ -278,6 +270,13 @@ <h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com
278
270
<h3>Methods inherited from interface com.jnape.palatable.lambda.functor.<ahref="../../../../../com/jnape/palatable/lambda/functor/Applicative.html" title="interface in com.jnape.palatable.lambda.functor">Applicative</a></h3>
<h3>Methods inherited from interface com.jnape.palatable.lambda.traversable.<ahref="../../../../../com/jnape/palatable/lambda/traversable/Traversable.html" title="interface in com.jnape.palatable.lambda.traversable">Traversable</a></h3>
<pre>public abstract <B,App extends <ahref="../../../../../com/jnape/palatable/lambda/functor/Applicative.html" title="interface in com.jnape.palatable.lambda.functor">Applicative</a>> <ahref="../../../../../com/jnape/palatable/lambda/functor/Applicative.html" title="interface in com.jnape.palatable.lambda.functor">Applicative</a><<ahref="../../../../../com/jnape/palatable/lambda/adt/Maybe.html" title="class in com.jnape.palatable.lambda.adt">Maybe</a><B>,App> traverse(<ahref="https://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a><? super <ahref="../../../../../com/jnape/palatable/lambda/adt/Maybe.html" title="type parameter in Maybe">A</a>,? extends <ahref="../../../../../com/jnape/palatable/lambda/functor/Applicative.html" title="interface in com.jnape.palatable.lambda.functor">Applicative</a><B,App>> fn,
556
-
<ahref="https://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a><? super <ahref="../../../../../com/jnape/palatable/lambda/traversable/Traversable.html" title="interface in com.jnape.palatable.lambda.traversable">Traversable</a><B,<ahref="../../../../../com/jnape/palatable/lambda/adt/Maybe.html" title="class in com.jnape.palatable.lambda.adt">Maybe</a>>,? extends <ahref="../../../../../com/jnape/palatable/lambda/functor/Applicative.html" title="interface in com.jnape.palatable.lambda.functor">Applicative</a><? extends <ahref="../../../../../com/jnape/palatable/lambda/traversable/Traversable.html" title="interface in com.jnape.palatable.lambda.traversable">Traversable</a><B,<ahref="../../../../../com/jnape/palatable/lambda/adt/Maybe.html" title="class in com.jnape.palatable.lambda.adt">Maybe</a>>,App>> pure)</pre>
557
-
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../../com/jnape/palatable/lambda/traversable/Traversable.html#traverse-java.util.function.Function-java.util.function.Function-">Traversable</a></code></span></div>
558
-
<divclass="block">Apply <code>fn</code> to each element of this traversable from left to right, and collapse the results into
559
-
a single resulting applicative, potentially with the assistance of the applicative's pure function.</div>
<dd><code><ahref="../../../../../com/jnape/palatable/lambda/traversable/Traversable.html#traverse-java.util.function.Function-java.util.function.Function-">traverse</a></code> in interface <code><ahref="../../../../../com/jnape/palatable/lambda/traversable/Traversable.html" title="interface in com.jnape.palatable.lambda.traversable">Traversable</a><<ahref="../../../../../com/jnape/palatable/lambda/adt/Maybe.html" title="type parameter in Maybe">A</a>,<ahref="../../../../../com/jnape/palatable/lambda/adt/Maybe.html" title="class in com.jnape.palatable.lambda.adt">Maybe</a>></code></dd>
<dd><code>pure</code> - the applicative pure function</dd>
569
-
<dt><spanclass="returnLabel">Returns:</span></dt>
570
-
<dd>the traversed Traversable, wrapped inside an applicative</dd>
571
-
</dl>
572
-
</li>
573
-
</ul>
574
548
<aname="peek-java.util.function.Consumer-">
575
549
<!-- -->
576
550
</a>
@@ -706,7 +680,7 @@ <h4>nothing</h4>
706
680
<divclass="subNav">
707
681
<ulclass="navList">
708
682
<li><ahref="../../../../../com/jnape/palatable/lambda/adt/Either.html" title="class in com.jnape.palatable.lambda.adt"><spanclass="typeNameLink">Prev Class</span></a></li>
709
-
<li>Next Class</li>
683
+
<li><ahref="../../../../../com/jnape/palatable/lambda/adt/These.html" title="class in com.jnape.palatable.lambda.adt"><spanclass="typeNameLink">Next Class</span></a></li>
0 commit comments