alchemist-full
Toggle table of contents
43.0.3
alldocs
Target filter
alldocs
Switch theme
Search in API
Skip to content
alchemist-full
alchemist
/
it.unibo.alchemist.kotlinscript
/
AlchemistCompilationConfiguration
Alchemist
Compilation
Configuration
alldocs
object
AlchemistCompilationConfiguration
:
ScriptCompilationConfiguration
Compilation configuration for Alchemist scripts.
Members
Properties
not
Transient
Data
Link copied to clipboard
alldocs
val
notTransientData
:
Map
<
PropertiesCollection.Key
<
*
>
,
Any
?
>
Functions
contains
Key
Link copied to clipboard
alldocs
fun
<
T
>
containsKey
(
key
:
PropertiesCollection.Key
<
T
>
)
:
Boolean
entries
Link copied to clipboard
alldocs
fun
entries
(
)
:
Set
<
Map.Entry
<
PropertiesCollection.Key
<
*
>
,
Any
?
>
>
equals
Link copied to clipboard
alldocs
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Link copied to clipboard
alldocs
operator
fun
<
T
>
get
(
key
:
PropertiesCollection.Key
<
T
>
)
:
T
?
get
No
Default
Link copied to clipboard
alldocs
fun
<
T
>
getNoDefault
(
key
:
PropertiesCollection.Key
<
T
>
)
:
T
?
hash
Code
Link copied to clipboard
alldocs
open
override
fun
hashCode
(
)
:
Int
is
Empty
Link copied to clipboard
alldocs
fun
isEmpty
(
)
:
Boolean
to
String
Link copied to clipboard
alldocs
open
override
fun
toString
(
)
:
String