ProjectScriptEvaluationConfiguration

object ProjectScriptEvaluationConfiguration : ScriptEvaluationConfiguration(source)

Properties

Link copied to clipboard
val notTransientData: Map<PropertiesCollection.Key<*>, Any?>

Functions

Link copied to clipboard
fun <T> containsKey(key: PropertiesCollection.Key<T>): Boolean
Link copied to clipboard
fun entries(): Set<Map.Entry<PropertiesCollection.Key<*>, Any?>>
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
operator fun <T> get(key: PropertiesCollection.Key<T>): T?
Link copied to clipboard
fun <T> getNoDefault(key: PropertiesCollection.Key<T>): T?
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard