gzoritchak
|
1c1fe10e12
|
Add samples for take* and drop* extensions (KT-20357)
- Add samples for take, takeLast, takeWhile, takeLastWhile
- Add samples for drop, dropLast, dropWhile, dropLastWhile
|
2018-02-20 19:24:27 +03:00 |
|
Ilya Gorbunov
|
2028ec3ce8
|
Minor improvements in all/any/none samples
Extract variables to make assertion expression shorter.
|
2018-02-19 18:44:28 +03:00 |
|
Yuta Sakata
|
4926b5a4c0
|
Add samples for any, all and none
Rewrite samples to make them working on sample generator
Move location of the class that contains samples of Aggregates.kt
|
2018-02-19 18:44:28 +03:00 |
|
gzoritchak
|
f790635b30
|
Add samples for joinTo
KT-20357
|
2018-02-18 20:12:05 +03:00 |
|
gzoritchak
|
40e3159463
|
Add samples for joinToString
KT-20357
|
2018-02-18 20:12:05 +03:00 |
|
Ilya Gorbunov
|
6197c5bf7f
|
Add sample for coerceIn with floating point range
#KT-20357
|
2018-01-11 09:05:28 +03:00 |
|
Ilya Gorbunov
|
8fc83e3ff5
|
Add samples for coerceIn, coerceAtLeast, coerceAtMost for comparable types
#KT-20357
|
2018-01-11 09:05:28 +03:00 |
|
shiraji
|
17573a3c21
|
Add samples for coerceIn
#KT-20357
|
2018-01-11 09:05:28 +03:00 |
|
shiraji
|
4559da9848
|
Add samples for coerceAtMost
#KT-20357
|
2018-01-11 09:05:28 +03:00 |
|
shiraji
|
db607e231c
|
Add samples for coerceAtLeast
#KT-20357
|
2018-01-11 09:05:27 +03:00 |
|
kenji tomita
|
1db0e5c23e
|
Add samples for reversed list views
#KT-20357
|
2018-01-11 09:05:27 +03:00 |
|
AdamMc331
|
2fc26ba08f
|
Added samples for property delegates as part of KT-20357.
|
2018-01-11 09:05:27 +03:00 |
|
Ilya Gorbunov
|
c8bd623d69
|
Samples: add some operations to do with the constructed ranges
|
2018-01-10 15:32:51 +03:00 |
|
kenji tomita
|
4cb2b12f01
|
Add samples for range construction operators
|
2018-01-10 15:32:50 +03:00 |
|
Andre Perkins
|
31d650a041
|
Add sample for emptySet
|
2018-01-10 15:32:50 +03:00 |
|
Ilya Gorbunov
|
496df371f4
|
Provide the guide for sample authoring
|
2017-12-29 20:42:46 +03:00 |
|
Vladimir Kasatkin
|
9b49e9139c
|
Added samples for map filtering operators (KT-20357)
Fix map transformations sample names.
|
2017-11-15 23:58:51 +03:00 |
|
Ilya Gorbunov
|
dca23e339a
|
Improve iterator samples, add explanatory comments (KT-20357)
|
2017-11-15 23:58:49 +03:00 |
|
kenji tomita
|
4d13ea89b2
|
Add samples for iterator-related extensions (KT-20357)
|
2017-11-15 23:39:07 +03:00 |
|
Ilya Gorbunov
|
f51974b271
|
Minor fix in comparison samples #KT-20357
|
2017-11-10 23:32:20 +03:00 |
|
scache
|
96e322c7d5
|
Add samples for Comparisons #KT-20357
|
2017-11-10 23:32:06 +03:00 |
|
Ilya Gorbunov
|
e16a0ba650
|
Improve and group samples for operations on Iterables #KT-20357
|
2017-11-10 23:31:50 +03:00 |
|
kenji tomita
|
75348dd0c0
|
Add samples for Iterables #KT-20357
|
2017-11-10 23:31:31 +03:00 |
|
Ilya Gorbunov
|
e8e09dbbf8
|
Various improvements in collection samples #KT-20357
Merge some related samples,
add sample for building a sequence from Enumeration similar to building a list from Enumeration.
|
2017-10-26 21:28:47 +03:00 |
|
Alexey Belkov
|
72354559e5
|
Provide samples for list, collection and array related functions #KT-20357
|
2017-10-26 21:28:47 +03:00 |
|
Ilya Gorbunov
|
559255f38e
|
windowed function: add default parameters, drop or keep partial windows, KEEP-11
Make step default to 1.
Add partialWindows boolean parameter defaulting to false to control
whether to keep partial windows in the end.
|
2017-10-11 19:20:24 +03:00 |
|
Ilya Gorbunov
|
c04b0072af
|
Rename pairwise to zipWithNext, KEEP-11
|
2017-10-11 19:20:24 +03:00 |
|
Ilya Gorbunov
|
99bd54116e
|
Docs and samples for 'windowed' function
|
2017-10-11 19:20:24 +03:00 |
|
Ilya Gorbunov
|
b2f2e3537b
|
Docs and samples for 'chunked' function
|
2017-10-11 19:20:24 +03:00 |
|
Ilya Gorbunov
|
e418f61f0c
|
Docs and samples for 'pairwise' function
|
2017-10-11 19:20:24 +03:00 |
|
Stuart Kent
|
962958c403
|
Fix String capitalize/decapitalize sample references and sample names
|
2017-07-01 17:05:17 +03:00 |
|
Ilya Gorbunov
|
ef72371fd7
|
Add samples for contentToString and contentDeepToString array operations
|
2017-05-03 17:44:30 +03:00 |
|
Ilya Gorbunov
|
e0a4f9ba76
|
Rewrite precondition samples and refactor precondition tests
Precondition tests are shared for JS target.
Samples do not use assertFailsWith as expression, as it's going to be converted as a special template.
|
2017-04-21 21:13:25 +03:00 |
|
Ilya Gorbunov
|
337fd4e180
|
Drop poms that are no longer required. Drop separate unit test modules for stdlib js.
|
2017-04-08 08:28:50 +03:00 |
|
Ilya Gorbunov
|
88e6f2160a
|
Build and verify runnable samples with gradle.
|
2017-04-06 20:32:37 +03:00 |
|
Ilya Gorbunov
|
3088586ac3
|
Add runnable samples for trimIndent and trimMargin.
#KT-9786 Fixed
|
2017-03-22 21:54:46 +03:00 |
|
Ilya Gorbunov
|
61e8848aa2
|
Add samples for sequence building API.
|
2017-03-07 13:32:39 +03:00 |
|
Ilya Gorbunov
|
a04e6de047
|
Add groupingBy and eachCount sample.
|
2017-03-07 13:31:44 +03:00 |
|
Ilya Gorbunov
|
75ae42121b
|
Improve sample comments.
Improve sample for lastIndex property.
|
2017-03-07 13:31:44 +03:00 |
|
Ilya Gorbunov
|
a6fb61f5c3
|
Fix various maven pom problems:
- Add relativePath to samples pom.
- Specify versions of plugins
|
2016-12-04 14:15:34 +03:00 |
|
Ilya Gorbunov
|
75d80acac9
|
Rework existing unit tests used as samples.
|
2016-12-02 22:41:25 +03:00 |
|
Ilya Gorbunov
|
57cef391ac
|
Create a separate project for stdlib samples.
|
2016-12-02 22:41:25 +03:00 |
|