get

abstract operator fun get(index: Int): AttributePath

Creates an attribute path reference for an index into a list or set

Parameters

index

The index to dereference


abstract operator fun get(key: String): AttributePath

Creates an attribute path reference for a key in map

Parameters

key

The key to dereference