diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-04-24 23:12:48 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-04-24 23:12:48 +0200 |
commit | 8449ff519f3d853ca82c792dccf12d06fb09b627 (patch) | |
tree | 079a926cc6d418e2936a1b1797e39dde34710dd0 /api/pl.treksoft.kvision.utils/-linked-list/append.html | |
parent | e361ab18f355ff81ef61406543b918d4a2b9567c (diff) | |
download | kvision-8449ff519f3d853ca82c792dccf12d06fb09b627.tar.gz kvision-8449ff519f3d853ca82c792dccf12d06fb09b627.tar.bz2 kvision-8449ff519f3d853ca82c792dccf12d06fb09b627.zip |
API documentation for KVision 0.0.35
Diffstat (limited to 'api/pl.treksoft.kvision.utils/-linked-list/append.html')
-rw-r--r-- | api/pl.treksoft.kvision.utils/-linked-list/append.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.utils/-linked-list/append.html b/api/pl.treksoft.kvision.utils/-linked-list/append.html new file mode 100644 index 00000000..a9844da8 --- /dev/null +++ b/api/pl.treksoft.kvision.utils/-linked-list/append.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LinkedList.append - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.utils</a> / <a href="index.html">LinkedList</a> / <a href="./append.html">append</a><br/> +<br/> +<h1>append</h1> +<a name="pl.treksoft.kvision.utils.LinkedList$append(pl.treksoft.kvision.utils.LinkedList.T)"></a> +<code><span class="keyword">fun </span><span class="identifier">append</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.utils.LinkedList$append(pl.treksoft.kvision.utils.LinkedList.T)/value">value</span><span class="symbol">:</span> <a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +</BODY> +</HTML> |