SimpleEffect

interface SimpleEffect : Effect

An effect that can be observed after a function invocation.

Since Kotlin

1.3

See also

Functions

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

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

Inheritors

Returns
Link copied to clipboard
ReturnsNotNull
Link copied to clipboard