Returns Not Null
Describes a situation when a function returns normally with any non-null return value.
Since Kotlin
1.3
See also
Functions
implies
Link copied to clipboard
abstract infix fun implies(booleanExpression: Boolean): ConditionalEffect
Content copied to clipboard
Specifies that this effect, when observed, guarantees booleanExpression to be true.