toggle menu
moonlight
1.0-SNAPSHOT
jvm
switch theme
search in API
engine
/
io.github.moonlightsuite.moonlight.online.algorithms
/
Signals
/
doRefine
do
Refine
public
static
boolean
doRefine
<
V
>
(
ChainIterator
<
Sample
<
Double
,
V
>
>
itr
,
double from
,
double to
,
V
vNew
,
double t
,
double tNext
,
V
v
,
V
prevV
,
BiPredicate
<
V
,
V
>
refinable
)
Refinement logic.
Return
true
when the update has been completely processed.