KVariance

Represents variance applied to a type parameter on the declaration site (declaration-site variance), or to a type in a projection (use-site variance).

See the Kotlin language documentation for more information.

Since Kotlin

1.1

See also

Entries

Link copied to clipboard

The affected type parameter or type is invariant, which means it has no variance applied to it.

Link copied to clipboard

The affected type parameter or type is contravariant. Denoted by the in modifier in the source code.

Link copied to clipboard

The affected type parameter or type is covariant. Denoted by the out modifier in the source code.

Properties

Link copied to clipboard
Link copied to clipboard