CokoBackend
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun whenever(premise: ConditionComponent, assertionBlock: WheneverEvaluator.() -> Unit): WheneverEvaluator
abstract fun whenever(premise: Condition.() -> ConditionComponent, assertionBlock: WheneverEvaluator.() -> Unit): WheneverEvaluator
Verifies that the assertionBlock is ensured when premise is found