fiktion
Toggle table of contents
0.4.1
Select version
0.4.1
0.4.0
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
fiktion
fiktion-addon-arrow-core
/
dev.s7a.fiktion.addon.arrow.core.generators
/
nonEmptyList
non
Empty
List
fun
<
T
>
FakeContext
.
nonEmptyList
(
size
:
Int
=
int(config(FiktionConfig.Collection.size)).coerceAtLeast(1)
,
element
:
FakeContext
.
(
)
->
T
)
:
NonEmptyList
<
T
>
Generates an Arrow non-empty list using
element
.