toggle menu
Variist
2.0.0
jvm
switch theme
search in API
Variist
/
com.tegonal.variist.utils.impl
/
ForeverConstantIterator
Forever
Constant
Iterator
class
ForeverConstantIterator
<
T
>
(
constant
:
T
)
:
Iterator
<
T
>
(
source
)
!! No backward compatibility guarantees !! Reuse at your own risk
Since
2.0.0
Members
Constructors
Forever
Constant
Iterator
Link copied to clipboard
constructor
(
constant
:
T
)
Functions
for
Each
Remaining
Link copied to clipboard
open
fun
forEachRemaining
(
p0
:
Consumer
<
in
T
>
)
has
Next
Link copied to clipboard
open
operator override
fun
hasNext
(
)
:
Boolean
next
Link copied to clipboard
open
operator override
fun
next
(
)
:
T