getWith

abstract fun <T, P : Position<P>?> getWith(values: Map<String, out Any>): InitializedEnvironment<T, P>

Return

an InitializedEnvironment with all the variables set at the specified values. If the value is unspecified, the default is used instead

Parameters

values

a map specifying name-value bindings for the variables in this scenario

<T>

concentration type

<P>

position type