Returns

Describes a situation when a function returns normally with a given return value.

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.

Since Kotlin 1.3