addContingentValue

fun addContingentValue(contingentValue: A_ChunkDependable)

Record the fact that the chunk being created depends on the given A_ChunkDependable. If that A_ChunkDependable changes, the chunk will be invalidated.

Parameters

contingentValue

The AvailObject that the chunk will be contingent on.