SimpleEffect

An effect that can be observed after a function invocation.

Since Kotlin

1.3

See also

Functions

Link copied to clipboard
abstract infix fun implies(booleanExpression: Boolean): ConditionalEffect

Specifies that this effect, when observed, guarantees booleanExpression to be true.

Inheritors

Link copied to clipboard
Link copied to clipboard