Package-level declarations

Types

Link copied to clipboard
data class Path(val path: List<Any?>)

A path is a list of tokens that represents the current position in the aggregate computation.

Link copied to clipboard
interface Stack<X>

Simple Stack interface with additional methods for the aggregate computation.