This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ddda7c1
commit cf7ccda
Showing
58 changed files
with
2,099 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>alltypes - core</title> | ||
<link rel="stylesheet" href="../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<h3>All Types</h3> | ||
<table> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<a href="../mk.webfactory.dz.converter.currency.core/-conversion-result/index.html">mk.webfactory.dz.converter.currency.core.ConversionResult</a></td> | ||
<td> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="../mk.webfactory.dz.converter.currency.core/-currency/index.html">mk.webfactory.dz.converter.currency.core.Currency</a></td> | ||
<td> | ||
<p>Currency representation. <a href="../mk.webfactory.dz.converter.currency.core/-currency/tag-id.html">tagId</a> is used as unique identifier; always uppercase.</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="../mk.webfactory.dz.converter.currency.core/-currency-converter/index.html">mk.webfactory.dz.converter.currency.core.CurrencyConverter</a></td> | ||
<td> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="../mk.webfactory.dz.converter.currency.core/-exchange-rate-data/index.html">mk.webfactory.dz.converter.currency.core.ExchangeRateData</a></td> | ||
<td> | ||
<p>Holds <a href="../mk.webfactory.dz.converter.currency.core/-rate/index.html">Rate</a>s against a <a href="../mk.webfactory.dz.converter.currency.core/-exchange-rate-data/base.html">base</a> currency.</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="../mk.webfactory.dz.converter.currency.core/-exchange-rate-provider/index.html">mk.webfactory.dz.converter.currency.core.ExchangeRateProvider</a></td> | ||
<td> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="../mk.webfactory.dz.converter.currency.core/kotlin.-float/index.html">kotlin.Float</a> (extensions in package mk.webfactory.dz.converter.currency.core)</td> | ||
<td> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="../mk.webfactory.dz.converter.currency.core/-from-to-currency-pair/index.html">mk.webfactory.dz.converter.currency.core.FromToCurrencyPair</a></td> | ||
<td> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="../mk.webfactory.dz.converter.currency.core/-rate/index.html">mk.webfactory.dz.converter.currency.core.Rate</a></td> | ||
<td> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="../mk.webfactory.dz.converter.currency.core/-rate-not-available-exception/index.html">mk.webfactory.dz.converter.currency.core.RateNotAvailableException</a></td> | ||
<td> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</BODY> | ||
</HTML> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>core</title> | ||
<link rel="stylesheet" href="../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="./index.html">core</a><br/> | ||
<br/> | ||
<h3>Packages</h3> | ||
<table> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<p><a href="mk.webfactory.dz.converter.currency.core/index.html">mk.webfactory.dz.converter.currency.core</a></p> | ||
</td> | ||
<td> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<h3>Index</h3> | ||
<a href="alltypes/index.html">All Types</a> | ||
</BODY> | ||
</HTML> |
14 changes: 14 additions & 0 deletions
14
javadoc/common/core/mk.webfactory.dz.converter.currency.core/-conversion-result/-init-.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>ConversionResult.<init> - core</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">core</a> / <a href="../index.html">mk.webfactory.dz.converter.currency.core</a> / <a href="index.html">ConversionResult</a> / <a href="./-init-.html"><init></a><br/> | ||
<br/> | ||
<h1><init></h1> | ||
<a name="mk.webfactory.dz.converter.currency.core.ConversionResult$<init>(mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, kotlin.Long, mk.webfactory.dz.converter.currency.core.Rate)"></a> | ||
<code><span class="identifier">ConversionResult</span><span class="symbol">(</span><span class="identifier" id="mk.webfactory.dz.converter.currency.core.ConversionResult$<init>(mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, kotlin.Long, mk.webfactory.dz.converter.currency.core.Rate)/from">from</span><span class="symbol">:</span> <a href="../-currency/index.html"><span class="identifier">Currency</span></a><span class="symbol">, </span><span class="identifier" id="mk.webfactory.dz.converter.currency.core.ConversionResult$<init>(mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, kotlin.Long, mk.webfactory.dz.converter.currency.core.Rate)/to">to</span><span class="symbol">:</span> <a href="../-currency/index.html"><span class="identifier">Currency</span></a><span class="symbol">, </span><span class="identifier" id="mk.webfactory.dz.converter.currency.core.ConversionResult$<init>(mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, kotlin.Long, mk.webfactory.dz.converter.currency.core.Rate)/baseCurrency">baseCurrency</span><span class="symbol">:</span> <a href="../-currency/index.html"><span class="identifier">Currency</span></a><span class="symbol">, </span><span class="identifier" id="mk.webfactory.dz.converter.currency.core.ConversionResult$<init>(mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, kotlin.Long, mk.webfactory.dz.converter.currency.core.Rate)/timestampUtc">timestampUtc</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html"><span class="identifier">Long</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="mk.webfactory.dz.converter.currency.core.ConversionResult$<init>(mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, kotlin.Long, mk.webfactory.dz.converter.currency.core.Rate)/rate">rate</span><span class="symbol">:</span> <a href="../-rate/index.html"><span class="identifier">Rate</span></a><span class="symbol">)</span></code> | ||
</BODY> | ||
</HTML> |
14 changes: 14 additions & 0 deletions
14
...ommon/core/mk.webfactory.dz.converter.currency.core/-conversion-result/base-currency.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>ConversionResult.baseCurrency - core</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">core</a> / <a href="../index.html">mk.webfactory.dz.converter.currency.core</a> / <a href="index.html">ConversionResult</a> / <a href="./base-currency.html">baseCurrency</a><br/> | ||
<br/> | ||
<h1>baseCurrency</h1> | ||
<a name="mk.webfactory.dz.converter.currency.core.ConversionResult$baseCurrency"></a> | ||
<code><span class="keyword">val </span><span class="identifier">baseCurrency</span><span class="symbol">: </span><a href="../-currency/index.html"><span class="identifier">Currency</span></a></code> | ||
</BODY> | ||
</HTML> |
14 changes: 14 additions & 0 deletions
14
javadoc/common/core/mk.webfactory.dz.converter.currency.core/-conversion-result/from.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>ConversionResult.from - core</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">core</a> / <a href="../index.html">mk.webfactory.dz.converter.currency.core</a> / <a href="index.html">ConversionResult</a> / <a href="./from.html">from</a><br/> | ||
<br/> | ||
<h1>from</h1> | ||
<a name="mk.webfactory.dz.converter.currency.core.ConversionResult$from"></a> | ||
<code><span class="keyword">val </span><span class="identifier">from</span><span class="symbol">: </span><a href="../-currency/index.html"><span class="identifier">Currency</span></a></code> | ||
</BODY> | ||
</HTML> |
65 changes: 65 additions & 0 deletions
65
javadoc/common/core/mk.webfactory.dz.converter.currency.core/-conversion-result/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>ConversionResult - core</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">core</a> / <a href="../index.html">mk.webfactory.dz.converter.currency.core</a> / <a href="./index.html">ConversionResult</a><br/> | ||
<br/> | ||
<h1>ConversionResult</h1> | ||
<code><span class="keyword">data</span> <span class="keyword">class </span><span class="identifier">ConversionResult</span></code> | ||
<h3>Constructors</h3> | ||
<table> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<p><a href="-init-.html"><init></a></p> | ||
</td> | ||
<td> | ||
<code><span class="identifier">ConversionResult</span><span class="symbol">(</span><span class="identifier" id="mk.webfactory.dz.converter.currency.core.ConversionResult$<init>(mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, kotlin.Long, mk.webfactory.dz.converter.currency.core.Rate)/from">from</span><span class="symbol">:</span> <a href="../-currency/index.html"><span class="identifier">Currency</span></a><span class="symbol">, </span><span class="identifier" id="mk.webfactory.dz.converter.currency.core.ConversionResult$<init>(mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, kotlin.Long, mk.webfactory.dz.converter.currency.core.Rate)/to">to</span><span class="symbol">:</span> <a href="../-currency/index.html"><span class="identifier">Currency</span></a><span class="symbol">, </span><span class="identifier" id="mk.webfactory.dz.converter.currency.core.ConversionResult$<init>(mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, kotlin.Long, mk.webfactory.dz.converter.currency.core.Rate)/baseCurrency">baseCurrency</span><span class="symbol">:</span> <a href="../-currency/index.html"><span class="identifier">Currency</span></a><span class="symbol">, </span><span class="identifier" id="mk.webfactory.dz.converter.currency.core.ConversionResult$<init>(mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, kotlin.Long, mk.webfactory.dz.converter.currency.core.Rate)/timestampUtc">timestampUtc</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html"><span class="identifier">Long</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="mk.webfactory.dz.converter.currency.core.ConversionResult$<init>(mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, mk.webfactory.dz.converter.currency.core.Currency, kotlin.Long, mk.webfactory.dz.converter.currency.core.Rate)/rate">rate</span><span class="symbol">:</span> <a href="../-rate/index.html"><span class="identifier">Rate</span></a><span class="symbol">)</span></code></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<h3>Properties</h3> | ||
<table> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<p><a href="base-currency.html">baseCurrency</a></p> | ||
</td> | ||
<td> | ||
<code><span class="keyword">val </span><span class="identifier">baseCurrency</span><span class="symbol">: </span><a href="../-currency/index.html"><span class="identifier">Currency</span></a></code></td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<p><a href="from.html">from</a></p> | ||
</td> | ||
<td> | ||
<code><span class="keyword">val </span><span class="identifier">from</span><span class="symbol">: </span><a href="../-currency/index.html"><span class="identifier">Currency</span></a></code></td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<p><a href="rate.html">rate</a></p> | ||
</td> | ||
<td> | ||
<code><span class="keyword">val </span><span class="identifier">rate</span><span class="symbol">: </span><a href="../-rate/index.html"><span class="identifier">Rate</span></a></code></td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<p><a href="timestamp-utc.html">timestampUtc</a></p> | ||
</td> | ||
<td> | ||
<code><span class="keyword">val </span><span class="identifier">timestampUtc</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html"><span class="identifier">Long</span></a><span class="symbol">?</span></code></td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<p><a href="to.html">to</a></p> | ||
</td> | ||
<td> | ||
<code><span class="keyword">val </span><span class="identifier">to</span><span class="symbol">: </span><a href="../-currency/index.html"><span class="identifier">Currency</span></a></code></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</BODY> | ||
</HTML> |
14 changes: 14 additions & 0 deletions
14
javadoc/common/core/mk.webfactory.dz.converter.currency.core/-conversion-result/rate.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>ConversionResult.rate - core</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">core</a> / <a href="../index.html">mk.webfactory.dz.converter.currency.core</a> / <a href="index.html">ConversionResult</a> / <a href="./rate.html">rate</a><br/> | ||
<br/> | ||
<h1>rate</h1> | ||
<a name="mk.webfactory.dz.converter.currency.core.ConversionResult$rate"></a> | ||
<code><span class="keyword">val </span><span class="identifier">rate</span><span class="symbol">: </span><a href="../-rate/index.html"><span class="identifier">Rate</span></a></code> | ||
</BODY> | ||
</HTML> |
14 changes: 14 additions & 0 deletions
14
...ommon/core/mk.webfactory.dz.converter.currency.core/-conversion-result/timestamp-utc.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>ConversionResult.timestampUtc - core</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">core</a> / <a href="../index.html">mk.webfactory.dz.converter.currency.core</a> / <a href="index.html">ConversionResult</a> / <a href="./timestamp-utc.html">timestampUtc</a><br/> | ||
<br/> | ||
<h1>timestampUtc</h1> | ||
<a name="mk.webfactory.dz.converter.currency.core.ConversionResult$timestampUtc"></a> | ||
<code><span class="keyword">val </span><span class="identifier">timestampUtc</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html"><span class="identifier">Long</span></a><span class="symbol">?</span></code> | ||
</BODY> | ||
</HTML> |
14 changes: 14 additions & 0 deletions
14
javadoc/common/core/mk.webfactory.dz.converter.currency.core/-conversion-result/to.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>ConversionResult.to - core</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">core</a> / <a href="../index.html">mk.webfactory.dz.converter.currency.core</a> / <a href="index.html">ConversionResult</a> / <a href="./to.html">to</a><br/> | ||
<br/> | ||
<h1>to</h1> | ||
<a name="mk.webfactory.dz.converter.currency.core.ConversionResult$to"></a> | ||
<code><span class="keyword">val </span><span class="identifier">to</span><span class="symbol">: </span><a href="../-currency/index.html"><span class="identifier">Currency</span></a></code> | ||
</BODY> | ||
</HTML> |
14 changes: 14 additions & 0 deletions
14
...on/core/mk.webfactory.dz.converter.currency.core/-currency-converter/-builder/-init-.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>CurrencyConverter.Builder.<init> - core</title> | ||
<link rel="stylesheet" href="../../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../../index.html">core</a> / <a href="../../index.html">mk.webfactory.dz.converter.currency.core</a> / <a href="../index.html">CurrencyConverter</a> / <a href="index.html">Builder</a> / <a href="./-init-.html"><init></a><br/> | ||
<br/> | ||
<h1><init></h1> | ||
<a name="mk.webfactory.dz.converter.currency.core.CurrencyConverter.Builder$<init>(mk.webfactory.dz.converter.currency.core.ExchangeRateProvider)"></a> | ||
<code><span class="identifier">Builder</span><span class="symbol">(</span><span class="identifier" id="mk.webfactory.dz.converter.currency.core.CurrencyConverter.Builder$<init>(mk.webfactory.dz.converter.currency.core.ExchangeRateProvider)/exchangeRateProvider">exchangeRateProvider</span><span class="symbol">:</span> <a href="../../-exchange-rate-provider/index.html"><span class="identifier">ExchangeRateProvider</span></a><span class="symbol">)</span></code> | ||
</BODY> | ||
</HTML> |
14 changes: 14 additions & 0 deletions
14
...mon/core/mk.webfactory.dz.converter.currency.core/-currency-converter/-builder/build.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>CurrencyConverter.Builder.build - core</title> | ||
<link rel="stylesheet" href="../../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../../index.html">core</a> / <a href="../../index.html">mk.webfactory.dz.converter.currency.core</a> / <a href="../index.html">CurrencyConverter</a> / <a href="index.html">Builder</a> / <a href="./build.html">build</a><br/> | ||
<br/> | ||
<h1>build</h1> | ||
<a name="mk.webfactory.dz.converter.currency.core.CurrencyConverter.Builder$build()"></a> | ||
<code><span class="keyword">fun </span><span class="identifier">build</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../index.html"><span class="identifier">CurrencyConverter</span></a></code> | ||
</BODY> | ||
</HTML> |
37 changes: 37 additions & 0 deletions
37
...mon/core/mk.webfactory.dz.converter.currency.core/-currency-converter/-builder/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>CurrencyConverter.Builder - core</title> | ||
<link rel="stylesheet" href="../../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../../index.html">core</a> / <a href="../../index.html">mk.webfactory.dz.converter.currency.core</a> / <a href="../index.html">CurrencyConverter</a> / <a href="./index.html">Builder</a><br/> | ||
<br/> | ||
<h1>Builder</h1> | ||
<code><span class="keyword">class </span><span class="identifier">Builder</span></code> | ||
<h3>Constructors</h3> | ||
<table> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<p><a href="-init-.html"><init></a></p> | ||
</td> | ||
<td> | ||
<code><span class="identifier">Builder</span><span class="symbol">(</span><span class="identifier" id="mk.webfactory.dz.converter.currency.core.CurrencyConverter.Builder$<init>(mk.webfactory.dz.converter.currency.core.ExchangeRateProvider)/exchangeRateProvider">exchangeRateProvider</span><span class="symbol">:</span> <a href="../../-exchange-rate-provider/index.html"><span class="identifier">ExchangeRateProvider</span></a><span class="symbol">)</span></code></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<h3>Functions</h3> | ||
<table> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<p><a href="build.html">build</a></p> | ||
</td> | ||
<td> | ||
<code><span class="keyword">fun </span><span class="identifier">build</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../index.html"><span class="identifier">CurrencyConverter</span></a></code></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</BODY> | ||
</HTML> |
Oops, something went wrong.