Skip to content

Commit 3092ca8

Browse files
committed
Updating javadoc
1 parent 4a6d460 commit 3092ca8

855 files changed

Lines changed: 131718 additions & 38291 deletions

File tree

Some content is hidden

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

javadoc/allclasses-frame.html

Lines changed: 114 additions & 67 deletions
Large diffs are not rendered by default.

javadoc/allclasses-noframe.html

Lines changed: 114 additions & 67 deletions
Large diffs are not rendered by default.

javadoc/com/jnape/palatable/lambda/adt/Either.html

Lines changed: 371 additions & 191 deletions
Large diffs are not rendered by default.

javadoc/com/jnape/palatable/lambda/adt/Maybe.html

Lines changed: 384 additions & 82 deletions
Large diffs are not rendered by default.

javadoc/com/jnape/palatable/lambda/adt/These.html

Lines changed: 164 additions & 52 deletions
Large diffs are not rendered by default.

javadoc/com/jnape/palatable/lambda/adt/Try.html

Lines changed: 362 additions & 258 deletions
Large diffs are not rendered by default.

javadoc/com/jnape/palatable/lambda/adt/Unit.html

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_152) on Sun Jul 22 17:16:37 CDT 2018 -->
5+
<!-- Generated by javadoc (1.8.0_152) on Mon Sep 23 22:17:01 CDT 2019 -->
66
<title>Unit</title>
7-
<meta name="date" content="2018-07-22">
7+
<meta name="date" content="2019-09-23">
88
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../../script.js"></script>
1010
</head>
@@ -154,9 +154,7 @@ <h3>Method Summary</h3>
154154
</tr>
155155
<tr id="i0" class="altColor">
156156
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
157-
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/jnape/palatable/lambda/adt/Unit.html#toString--">toString</a></span>()</code>
158-
<div class="block">Returns a string representation of the object.</div>
159-
</td>
157+
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/jnape/palatable/lambda/adt/Unit.html#toString--">toString</a></span>()</code>&nbsp;</td>
160158
</tr>
161159
</table>
162160
<ul class="blockList">
@@ -205,29 +203,9 @@ <h3>Method Detail</h3>
205203
<li class="blockList">
206204
<h4>toString</h4>
207205
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre>
208-
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">java.lang.Object</a></code></span></div>
209-
<div class="block">Returns a string representation of the object. In general, the
210-
<code>toString</code> method returns a string that
211-
"textually represents" this object. The result should
212-
be a concise but informative representation that is easy for a
213-
person to read.
214-
It is recommended that all subclasses override this method.
215-
<p>
216-
The <code>toString</code> method for class <code>Object</code>
217-
returns a string consisting of the name of the class of which the
218-
object is an instance, the at-sign character `<code>@</code>', and
219-
the unsigned hexadecimal representation of the hash code of the
220-
object. In other words, this method returns a string equal to the
221-
value of:
222-
<blockquote>
223-
<pre>
224-
getClass().getName() + '@' + Integer.toHexString(hashCode())
225-
</pre></blockquote></div>
226206
<dl>
227207
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
228208
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
229-
<dt><span class="returnLabel">Returns:</span></dt>
230-
<dd>a string representation of the object.</dd>
231209
</dl>
232210
</li>
233211
</ul>

javadoc/com/jnape/palatable/lambda/adt/choice/Choice2.html

Lines changed: 165 additions & 64 deletions
Large diffs are not rendered by default.

javadoc/com/jnape/palatable/lambda/adt/choice/Choice3.html

Lines changed: 169 additions & 67 deletions
Large diffs are not rendered by default.

javadoc/com/jnape/palatable/lambda/adt/choice/Choice4.html

Lines changed: 172 additions & 68 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)