Core
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Core
Core
/
de.finkmoritz.bcgdsl.core.condition
/
Not
Not
data
class
Not
(
val
condition
:
Condition
)
:
Condition
A condition that negates the result of another condition.
Members
Constructors
Not
Link copied to clipboard
constructor
(
condition
:
Condition
)
Properties
condition
Link copied to clipboard
val
condition
:
Condition
Functions
evaluate
Link copied to clipboard
open
override
fun
evaluate
(
game
:
Game
,
card
:
CardInstance
)
:
Boolean