Minix
5.0.0-alpha
module-data
/
dev.racci.minix.data.structs.minecraft.range
/
RangeIteratorWithFactor
Range
Iterator
With
Factor
class
RangeIteratorWithFactor
<
T
,
POS
:
VectorComparable
<
POS
>
>
(
start
:
T
,
end
:
T
,
factor
:
(
POS
)
->
T
,
posFactor
:
(
T
)
->
POS
)
:
Iterator
<
T
>
Constructors
Functions
Properties
Constructors
Range
Iterator
With
Factor
Link copied to clipboard
fun
<
T
,
POS
:
VectorComparable
<
POS
>
>
RangeIteratorWithFactor
(
start
:
T
,
end
:
T
,
factor
:
(
POS
)
->
T
,
posFactor
:
(
T
)
->
POS
)
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
Properties
iterator
Link copied to clipboard
val
iterator
:
PosRangeIterator
<
POS
>