interface Syncer

An object that can be force-evaluated.

Calling sync ensures that the object's entire dependency DAG has been evaluated, returning the object's ID once complete.

Methods

Id
id()

No description

sync()

No description

Details

at line 18
Id id()

No description

Return Value

Id

at line 20
Syncer sync()

No description

Return Value

Syncer