Package qupath.lib.lazy.interfaces
package qupath.lib.lazy.interfaces
Package containing interfaces for lazy values.
Lazy values are computed on demand for input objects and are intended for display to the user, but don't rely on any specific user interface components. They are useful for generating dynamic measurement tables.
It is permitted for lazy values to cache their results, but they are responsible for ensuring that an outdated cached value is never returned.
-
Interfaces