ModuleCheck
0.12.5
0.13.0-SNAPSHOT
0.12.5
modulecheck-utils:lazy
/
modulecheck.utils.lazy
/
LazySet
/
State
State
class
State
<
out
E
>
(
val
cache
:
Set
<
E
>
,
val
remaining
:
List
<
LazySet.DataSource
<
E
>
>
)
Content copied to clipboard
Constructors
Functions
Properties
Sources
Constructors
State
Link copied to clipboard
fun
<
out
E
>
State
(
cache
:
Set
<
E
>
,
remaining
:
List
<
LazySet.DataSource
<
E
>
>
)
Content copied to clipboard
Functions
next
Sources
Link copied to clipboard
fun
nextSources
(
)
:
Sequence
<
List
<
LazySet.DataSource
<
E
>
>
>
Content copied to clipboard
Properties
cache
Link copied to clipboard
val
cache
:
Set
<
E
>
Content copied to clipboard
remaining
Link copied to clipboard
val
remaining
:
List
<
LazySet.DataSource
<
E
>
>
Content copied to clipboard
remainingMap
Link copied to clipboard
private
val
remainingMap
:
Map
<
LazySet.DataSource.Priority
,
List
<
LazySet.DataSource
<
E
>
>
>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard